PreviousNextIndex

EMPTY TEMP-TABLE statement

Empties a temp-table.

When you empty a temp-table that is defined as UNDO within a transaction, the AVM deletes the records individually. This is less efficient than emptying the temp-table outside the transaction, where the AVM deletes all records in the temp-table as a unit.

Note: This statement corresponds to the EMPTY-TEMP-TABLE( ) method.
Syntax

EMPTY TEMP-TABLE temp-table-name [ NO-ERROR ] 

temp-table-name
NO-ERROR
See also

EMPTY-TEMP-TABLE( ) method


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex