|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER FieldValue (character) |
/** Optional character value of a field, also internal fields that are defined as
serialize-hidden and not accessible as properties in the corresponding IDataAdminElement,
for example relation fields. Note that optional means that the method typically will
throw an error in most implementations as the method only need to support fields
that are needed for object communication. The FieldNames property can be used to check
if a call to the method would throw an error.
- Expected to throw error for references that cannot be returned.
The error is typically IllegalArgument, but it could also throw UnsupportedOperation
if no columns are supported or for columns that exists, but are not currently supported.
Note that it may also throw IllegalArgument for this case, so implementers are not required to have info about all
theoretically possible values. */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
CHARACTER FieldNames |
/** comma separated list of fields whose value is available in GetColumnValue
blank means none. It is undefined and up to the implementer of an instance to decide
whether the KeyFields values are available here or not. */ |
|||||
|
LOGICAL IsSnapShot |
/** is - true means that values are not refrehsed
- use for message only don't store */ |
|||||
|
CHARACTER KeyFields |
/** comma separated list of keyfields */ |
|||||
|
INTEGER KeyIntValue |
/** returns the integer value that correspond to a single entry KeyField for this row */ |
|||||
|
CHARACTER KeyValue |
/** returns the value that correspond to a single entry KeyField for this row */ |
|||||
|
CHARACTER KeyValues |
/** returns the values that correspond to KeyFields for this row */ |
|||||
|
OpenEdge.DataAdmin.Binding.IDataAdminModel Model |
/** Model - to manage relations between local Model and service Model in many-to-many queries */ |
|||||
|
CHARACTER SerializeName |
/** serializename is used in child and parent defintitions */ |
Top
CHARACTER FieldValue (character)
|
---|
CHARACTER FieldNames
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL IsSnapShot
|
|||||||||||||||
CHARACTER KeyFields
|
|||||||||||||||
INTEGER KeyIntValue
|
|||||||||||||||
CHARACTER KeyValue
|
|||||||||||||||
CHARACTER KeyValues
|
|||||||||||||||
OpenEdge.DataAdmin.Binding.IDataAdminModel Model
|
|||||||||||||||
CHARACTER SerializeName
|
Progress® OpenEdge® Release 11.7