Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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

Exported Interfaces

com::sun::star::sdb::XColumn
Description
is used to retrieve the columns value.
com::sun::star::sdb::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. @optional

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. @optional

Top of Page