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