PreviousNextIndex

DEFAULT-BUFFER-HANDLE attribute

Like static temp-tables, every dynamic temp-table is created with at least one buffer. This buffer’s object handle is returned by this attribute. DEFAULT-BUFFER-HANDLE cannot be called until the TEMP-TABLE-PREPARE( ) method has been called, since the default buffer is not created until then.

Data type: HANDLE

Access: Readable

Applies to: Temp-table object handle

Syntax
tt-buffer-handle = tt-handle:DEFAULT-BUFFER-HANDLE 


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex