Return type:
Applies to:
targ-tt-handle:COPY-TEMP-TABLE ( src-tt-handle , append-mode, replace-mode , loose-copy-mode , name prefix )An optional logical expression where TRUE indicates that the AVM copy the temp-table object in an append mode.The AVM ignores this expression when replace-mode is TRUE.An optional logical expression where TRUE indicates that the AVM copy the temp-table object in a replace mode.An optional logical expression where TRUE indicates that the AVM copy the temp-table object in a loose-copy mode. That is, it relaxes the requirement that the metaschema for the source and target temp-tables be the same.An optional character expression used as the prefix for naming the target temp-table. If the parameter is not passed, or is passed as the Unknown value (?), the AVM uses the default "cpy" prefix. If the parameter is passed as an empty string "", then no prefix is added and the target temp-table will have the same name as the source.
Note: If the source or target (but not both) temp-table has any before-table records, you can use COPY-TEMP-TABLE on that temp-table. However, if append mode or replace mode is specified and the target temp-table has any before-table records, the AVM generates a run-time error.
See also:
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |