|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
adds a property to determine the sort order of the column values within the index. More...
import "IndexColumn.idl";
Included Services | |
| service | Column |
Public Attributes | |
| boolean | IsAscending |
| is the column sorted in ascending order. | |
| 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 determine the sort order of the column values within the index.
Some database drivers may ignore this property.
| service Column |
|
propertyreadonly |
is the column sorted in ascending order.