|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER GetCharacterValue () |
Returns the Value AttributeValue as a primitive character value |
|
+ | DATETIME-TZ GetDateTimeTzValue () |
Returns the Value AttributeValue as a primitive datetime-tz value |
|
+ | DATETIME GetDateTimeValue () |
Returns the Value AttributeValue as a primitive datetime value |
|
+ | DATE GetDateValue () |
Returns the Value AttributeValue as a primitive date value |
|
+ | DECIMAL GetDecimalValue () |
Returns the Value AttributeValue as a primitive decimal value |
|
+ | INT64 GetInt64Value () |
Returns the Value AttributeValue as a primitive int64 value |
|
+ | INTEGER GetIntegerValue () |
Returns the Value AttributeValue as a primitive integer value |
|
+ | LOGICAL GetLogicalValue () |
Returns the Value AttributeValue as a primitive logical value |
Options | Name | Purpose | |
---|---|---|---|
+ | AttributeValue () |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, character) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, date) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, datetime) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, datetime-tz) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, decimal) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, int64) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, integer) |
Constructor for the AttributeValue class |
|
+ | AttributeValue (character, logical) |
Constructor for the AttributeValue class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AttributeLabel |
|
|
+ | Ccs.Common.Support.IPrimitiveHolder AttributeValue |
|
Top
PUBLIC CHARACTER GetCharacterValue ()
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DATETIME-TZ GetDateTimeTzValue ()
|
|||||||||||||
PUBLIC DATETIME GetDateTimeValue ()
|
|||||||||||||
PUBLIC DATE GetDateValue ()
|
|||||||||||||
PUBLIC DECIMAL GetDecimalValue ()
|
|||||||||||||
PUBLIC INT64 GetInt64Value ()
|
|||||||||||||
PUBLIC INTEGER GetIntegerValue ()
|
|||||||||||||
PUBLIC LOGICAL GetLogicalValue ()
|
PUBLIC AttributeValue ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AttributeValue (character)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, character)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, date)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, datetime)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, datetime-tz)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, decimal)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, int64)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, integer)
|
||||||||||||||||||||
PUBLIC AttributeValue (character, logical)
|
PUBLIC CHARACTER AttributeLabel
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Ccs.Common.Support.IPrimitiveHolder AttributeValue
|