:: com :: sun :: star :: sdb ::

service DataColumn
Description
defines a column used for a result set which contains the data definition and the data of the column of the current row of a result set.

Included Services
ResultColumn
describes a column of a result set.
Exported Interfaces
XColumn
Description
is used to retrieve the columns value.
XColumnUpdate
Description
is used to update the columns value.
Properties' Summary
Value [ OPTIONAL ]
contains the column's value. This could be a constraint property, to veto modifications, if a new value does not fit into rules defined for the column.
OriginalValue [ OPTIONAL ]
contains the original value of the column.
Properties' Details
Value
any Value;
[ OPTIONAL ]
Description
contains the column's value. This could be a constraint property, to veto modifications, if a new value does not fit into rules defined for the column.
OriginalValue
[ readonly ] any OriginalValue;
[ OPTIONAL ]
Description
contains the original value of the column.

 
Top of Page