|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
describes the common properties of a database column. More...
import "Column.idl";
Exported Interfaces | |
| interface | XDataDescriptorFactory |
| optional, could be used to copy a database column. | |
| interface | com::sun::star::beans::XPropertySet |
Public Attributes | |
| string | Name |
| is the name of the column. | |
| long | Type |
| is the com::sun::star::sdbc::DataType of the column. | |
| string | TypeName |
| is the type name used by the database. | |
| long | Precision |
| gets a column's number of decimal digits. | |
| long | Scale |
| gets a column's number of digits to right of the decimal point. | |
| long | IsNullable |
| indicates the nullability of values in the designated column. | |
| boolean | IsAutoIncrement |
| indicates whether the column is automatically numbered, thus read-only. | |
| boolean | IsCurrency |
| indicates whether the column is a cash value. | |
| boolean | IsRowVersion |
| indicates that the column contains some kind of time or date stamp used to track updates. | |
| string | Description |
| keeps a description of the object. | |
| string | DefaultValue |
| keeps a default value for a column, is provided as string. | |
describes the common properties of a database column.
| interface com::sun::star::beans::XPropertySet |
|
optional |
optional, could be used to copy a database column.
|
optionalpropertyreadonly |
keeps a default value for a column, is provided as string.
|
optionalpropertyreadonly |
keeps a description of the object.
|
propertyreadonly |
indicates whether the column is automatically numbered, thus read-only.
|
propertyreadonly |
indicates whether the column is a cash value.
|
propertyreadonly |
indicates the nullability of values in the designated column.
|
optionalpropertyreadonly |
indicates that the column contains some kind of time or date stamp used to track updates.
|
propertyreadonly |
is the name of the column.
|
propertyreadonly |
gets a column's number of decimal digits.
|
propertyreadonly |
gets a column's number of digits to right of the decimal point.
|
propertyreadonly |
is the com::sun::star::sdbc::DataType of the column.
|
propertyreadonly |
is the type name used by the database.
If the column type is a user-defined type, then a fully-qualified type name is returned. Note: May be empty.