|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
adds a property to specify the referenced column. More...
import "KeyColumn.idl";
Included Services | |
| service | Column |
Public Attributes | |
| string | RelatedColumn |
| is the name of a reference column out of the referenced table. | |
| Public Attributes inherited from Column | |
| 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. | |
adds a property to specify the referenced column.
This is used to specify foreign keys.
| service Column |
|
propertyreadonly |
is the name of a reference column out of the referenced table.