:: 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 |
- (referenced entity's summary:)
- describes a column of a result set.
|
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 |
any
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.
|
[ readonly ] any
OriginalValue |
[ OPTIONAL ]
contains the original value of the column.
|
Properties' Details |
Value
any Value;
- Usage Restrictions
- 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;
- Usage Restrictions
- optional
- Description
- contains the original value of the column.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.