|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
describes the common properties of a database column. More...
import "ColumnDescriptor.idl";
Included Services | |
| service | com::sun::star::sdbcx::Descriptor |
Public Attributes | |
| 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 | 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. | |
| string | AutoIncrementCreation |
| specifies how to create an auto-increment column. | |
| Public Attributes inherited from Descriptor | |
| string | Name |
| is the name for the object to create. | |
describes the common properties of a database column.
Could be used for the creation of a database columns within a table.
|
optionalproperty |
specifies how to create an auto-increment column.
|
optionalproperty |
keeps a default value for a column, is provided as string.
|
optionalproperty |
keeps a description of the object.
|
property |
indicates whether the column is automatically numbered, thus read-only.
|
property |
indicates the nullability of values in the designated column.
|
optionalproperty |
indicates that the column contains some kind of time or date stamp used to track updates.
|
property |
gets a column's number of decimal digits.
|
property |
gets a column's number of digits to right of the decimal point.
|
property |
is the com::sun::star::sdbc::DataType of the column.
|
property |
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. May be empty.