20 module
com { module sun { module star { module sdb {
22 published
interface XColumn;
23 published
interface XColumnUpdate;
Definition Ambiguous.idl:20
defines a column used for a result set which contains the data definition and the data of the column ...
Definition DataColumn.idl:30
interface XColumn
is used to retrieve the columns value.
Definition DataColumn.idl:36
any Value
contains the column's value.
Definition DataColumn.idl:48
interface XColumnUpdate
is used to update the columns value.
Definition DataColumn.idl:41
any OriginalValue
contains the original value of the column.
Definition DataColumn.idl:53
describes a column of a result set.
Definition ResultColumn.idl:26