20 module
com { module sun { module star { module sdb {
58 [readonly, property]
string Label;
Definition Ambiguous.idl:20
describes the common properties of a database column.
Definition ColumnSettings.idl:26
describes a column of a result set.
Definition ResultColumn.idl:26
string Label
gets the suggested column title for use in printouts and displays.
Definition ResultColumn.idl:58
boolean IsSigned
indicates whether values in the column are signed numbers.
Definition ResultColumn.idl:42
string CatalogName
gets a column's table's catalog name.
Definition ResultColumn.idl:96
long DisplaySize
indicates the column's normal max width in chars.
Definition ResultColumn.idl:52
boolean IsDefinitelyWritable
indicates whether a write on the column will definitely succeed.
Definition ResultColumn.idl:73
string SchemaName
gets a column's schema name.
Definition ResultColumn.idl:91
boolean IsWritable
indicates whether it is possible for a write on the column to succeed.
Definition ResultColumn.idl:68
boolean IsSearchable
indicates whether the column can be used in a Where clause.
Definition ResultColumn.idl:37
boolean IsCaseSensitive
indicates that a column is case sensitive.
Definition ResultColumn.idl:47
string ServiceName
returns the fully-qualified name of the service whose instances are manufactured if the method com::s...
Definition ResultColumn.idl:81
boolean IsReadOnly
indicates whether a column is definitely, not writable.
Definition ResultColumn.idl:63
string TableName
gets a column's table name.
Definition ResultColumn.idl:86
describes the common properties of a database column.
Definition Column.idl:28