PreviousNextIndex

KEYS attribute

Returns a comma-separated list of key fields for a buffer.

Data type: CHARACTER

Access: Readable

Applies to: Buffer object handle, Data-source object handle

For a Data-source object buffer, this attribute returns a comma-separated list of key fields defined in an associated KEYS clause for the specified buffer. If there are no defined key fields, this attribute returns a comma-separated list of key fields in the buffer’s unique primary index (if any). If there are no defined key fields and no unique primary index, this attribute returns the string "ROWID".

Following is the syntax for accessing this attribute for a Data-source object buffer:

Syntax
data-source-handle:KEYS( buffer-sequence-number ) 

data-source-handle
buffer-sequence-number

Following is the syntax for accessing this attribute for a buffer directly:

Syntax
buffer-handle:KEYS 

buffer-handle

OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex