Top Method Summary
Options Name Purpose
Progress.Lang.Object Clone () Clones the object instance
LOGICAL Equals (character) Returns true when the passed in field name matches the BufferFieldName instance
CHARACTER GetExpression () Returns the Expression to be used in a Query String
CHARACTER QualifiedTableName () Returns the qualified table name
CHARACTER ToString () Returns a string that represents the current object.
CHARACTER WithTableName () Returns the field name including the table name when present

Top Constructor Summary
Options Name Purpose
BufferFieldName () Constructor for the BufferFieldName class
BufferFieldName (character) Constructor for the BufferFieldName class
BufferFieldName (character, character) Constructor for the BufferFieldName class
BufferFieldName (character, character, character) Constructor for the BufferFieldName class
BufferFieldName (character, character, character, integer) Constructor for the BufferFieldName class
BufferFieldName (character, character, integer) Constructor for the BufferFieldName class
BufferFieldName (handle) Constructor for the BufferFieldName class
BufferFieldName (handle, character) Constructor for the BufferFieldName class

Top Property Summary
Options Name Purpose
CHARACTER DatabaseName
CHARACTER FieldName
INTEGER Index
CHARACTER TableName


Method Detail
Top

Progress.Lang.Object Clone ()

Purpose: Clones the object instance
Notes:

Returns Progress.Lang.Object
The cloned object instance
Top

LOGICAL Equals (character)

Purpose: Returns true when the passed in field name matches the BufferFieldName instance
Notes: Compares Database and Table name when populated in both instances

Parameters:
pcFieldName CHARACTER
The field name to compare
Returns LOGICAL
Logical value indicating if the passed in fieldname matches the BufferFieldName instance
Top

CHARACTER GetExpression ()

Purpose: Returns the Expression to be used in a Query String
Notes:

Returns CHARACTER
The CHARACTER Expression
Top

CHARACTER QualifiedTableName ()

Purpose: Returns the qualified table name
Notes:

Returns CHARACTER
The qualified table name
Top

CHARACTER ToString ()

Purpose: Returns a string that represents the current object.
Notes:

Returns CHARACTER
A string that represents the current object.
Top

CHARACTER WithTableName ()

Purpose: Returns the field name including the table name when present
Notes:

Returns CHARACTER
The field name including the table name


Constructor Detail
Top

BufferFieldName ()

Purpose: Constructor for the BufferFieldName class
Notes:

Top

BufferFieldName (character)

Purpose: Constructor for the BufferFieldName class
Notes: Supports db.table.field, table.field, field with and without index (extent)

Parameters:
pcFieldName CHARACTER
The field name
Top

BufferFieldName (character, character)

Purpose: Constructor for the BufferFieldName class
Notes:

Parameters:
pcTableName CHARACTER
The table name
pcFieldName CHARACTER
The field name
Top

BufferFieldName (character, character, character)

Purpose: Constructor for the BufferFieldName class
Notes:

Parameters:
pcDatabaseName CHARACTER
The database name
pcTableName CHARACTER
The table name
pcFieldName CHARACTER
The field name
Top

BufferFieldName (character, character, character, integer)

Purpose: Constructor for the BufferFieldName class
Notes:

Parameters:
pcDatabaseName CHARACTER
The database name
pcTableName CHARACTER
The table name
pcFieldName CHARACTER
The field name
piIndex INTEGER
The field index (extent)
Top

BufferFieldName (character, character, integer)

Purpose: Constructor for the BufferFieldName class
Notes:

Parameters:
pcTableName CHARACTER
The table name
pcFieldName CHARACTER
The field name
piIndex INTEGER
The field index (extent)
Top

BufferFieldName (handle)

Purpose: Constructor for the BufferFieldName class
Notes:

Parameters:
phBufferField HANDLE
The Buffer Field to use to populate the buffer field name
Top

BufferFieldName (handle, character)

Purpose: Constructor for the BufferFieldName class
Notes:

Parameters:
phBuffer HANDLE
The handle of the Buffer that contains the field
pcFieldName CHARACTER
The name of the Buffer field


Property Detail
Top

CHARACTER DatabaseName


Returns CHARACTER
Top

CHARACTER FieldName


Returns CHARACTER
Top

INTEGER Index


Returns INTEGER
Top

CHARACTER TableName


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:14