|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
describes a column which is part of the ORDER clause. More...
import "OrderColumn.idl";
Included Services | |
| service | com::sun::star::sdbcx::Column |
Public Attributes | |
| boolean | IsAscending |
| describes which sort order this column has. | |
| 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. | |
describes a column which is part of the ORDER clause.
| service com::sun::star::sdbcx::Column |
|
property |
describes which sort order this column has.
The default is TRUE.