|
Options |
Name |
Purpose |
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, character)
|
Adds a Character parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, date)
|
Adds a Date parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, datetime)
|
Adds a DateTime parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, datetime-tz)
|
Adds a DateTime-TZ parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, decimal)
|
Adds a Decimal parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, int64)
|
Adds an Int64 parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, integer)
|
Adds an Integer parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, logical)
|
Adds a Logical parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterList Add (character, Object)
|
Adds an Object parameter to the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterEntry Add (NamedQueryParameterEntry)
|
Adds an item to the generic List
|
|
|
|
Add (NamedQueryParameterEntry[])
|
Adds an array of items to the generic List
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterEntry AddWhenNotContained (NamedQueryParameterEntry)
|
Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
|
|
|
|
LOGICAL ContainsKey (character)
|
Determines if an item with the specified key is contained in the List
|
|
|
|
CHARACTER GetCharacterValue (character)
|
Retrieves a character value from the list
|
|
|
|
DATETIME-TZ GetDateTimeTzValue (character)
|
Retrieves a datetime-tz value from the list
|
|
|
|
DATETIME GetDateTimeValue (character)
|
Retrieves a datetime value from the list
|
|
|
|
DATE GetDateValue (character)
|
Retrieves a date value from the list
|
|
|
|
DECIMAL GetDecimalValue (character)
|
Retrieves a decimal value from the list
|
|
|
|
INT64 GetInt64Value (character)
|
Retrieves a int64 value from the list
|
|
|
|
INTEGER GetIntegerValue (character)
|
Retrieves a integer value from the list
|
|
|
|
Progress.Lang.Object GetItem (character)
|
Retrieves the value of an item from the list
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterEntry GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
LOGICAL GetLogicalValue (character)
|
Retrieves a logical value from the list
|
|
|
|
CHARACTER GetParameterValueAsCharacter (character)
|
Retrieves the value of an item from the list
|
|
|
|
DATE GetParameterValueAsDate (character)
|
Retrieves the value of an item from the list
|
|
|
|
DATETIME GetParameterValueAsDateTime (character)
|
Retrieves the value of an item from the list
|
|
|
|
DATETIME-TZ GetParameterValueAsDateTimeTz (character)
|
Retrieves the value of an item from the list
|
|
|
|
DECIMAL GetParameterValueAsDecimal (character)
|
Retrieves the value of an item from the list
|
|
|
|
INT64 GetParameterValueAsInt64 (character)
|
Retrieves the value of an item from the list
|
|
|
|
INTEGER GetParameterValueAsInteger (character)
|
Retrieves the value of an item from the list
|
|
|
|
LOGICAL GetParameterValueAsLogical (character)
|
Retrieves the value of an item from the list
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterEntry Replace (NamedQueryParameterEntry, NamedQueryParameterEntry)
|
Replaces an item in the generic List
|
|
|
|
Consultingwerk.OERA.NamedQueryParameterEntry ToArray ()
|
Returns an Array with the elements of the List
|