service DataColumn in module com::sun::star::sdb::

(Global Index)

Syntax

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.


Property Summary

Value 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 contains the original value of the column. @optional

Property Details



Value [ O P T I O N A L ]

Syntax

any Value;

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 [ O P T I O N A L ]

Syntax

[readonly] any OriginalValue;

Description

contains the original value of the column. @optional

Top of Page