|
Options |
Name |
Purpose |
|
|
|
EnsureAttributeExists (handle, character)
|
Verifies that the named attribute exists in the temp-table and
raises an exception when it does not
|
|
|
|
HANDLE FindAttribute (handle, character, logical)
|
Looks up the attribute row for the given attribute label and
returns the buffer handle positioned on the row
|
|
|
|
CHARACTER GetCharacterValue (handle, character)
|
Returns the CharacterValue of the named attribute
|
|
|
|
DATETIME-TZ GetDateTimeTzValue (handle, character)
|
Returns the DateTimeTzValue of the named attribute
|
|
|
|
DATETIME GetDateTimeValue (handle, character)
|
Returns the DateTimeValue of the named attribute
|
|
|
|
DATE GetDateValue (handle, character)
|
Returns the DateValue of the named attribute
|
|
|
|
DECIMAL GetDecimalValue (handle, character)
|
Returns the DecimalValue of the named attribute
|
|
|
|
INT64 GetInt64Value (handle, character)
|
Returns the Int64Value of the named attribute
|
|
|
|
INTEGER GetIntegerValue (handle, character)
|
Returns the IntegerValue of the named attribute
|
|
|
|
LOGICAL GetLogicalValue (handle, character)
|
Returns the LogicalValue of the named attribute
|
|
|
|
SetCharacterValue (handle, character, character)
|
Sets the CharacterValue of the named attribute and clears the
IsInherited flag
|
|
|
|
SetDateTimeTzValue (handle, character, datetime-tz)
|
Sets the DateTimeTzValue of the named attribute and clears the
IsInherited flag
|
|
|
|
SetDateTimeValue (handle, character, datetime)
|
Sets the DateTimeValue of the named attribute and clears the
IsInherited flag
|
|
|
|
SetDateValue (handle, character, date)
|
Sets the DateValue of the named attribute and clears the
IsInherited flag
|
|
|
|
SetDecimalValue (handle, character, decimal)
|
Sets the DecimalValue of the named attribute and clears the
IsInherited flag
|
|
|
|
SetInt64Value (handle, character, int64)
|
Sets the Int64Value of the named attribute and clears the
IsInherited flag
|
|
|
|
SetIntegerValue (handle, character, integer)
|
Sets the IntegerValue of the named attribute and clears the
IsInherited flag
|
|
|
|
SetLogicalValue (handle, character, logical)
|
Sets the LogicalValue of the named attribute and clears the
IsInherited flag
|