|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
is used to define a new index for a database table. More...
import "IndexDescriptor.idl";
Included Services | |
| service | Descriptor |
Exported Interfaces | |
| interface | XColumnsSupplier |
| access to the contained index columns. | |
| Exported Interfaces inherited from Descriptor | |
| interface | com::sun::star::beans::XPropertySet |
Public Attributes | |
| string | Catalog |
| is the name of the index catalog, may be empty. | |
| boolean | IsUnique |
| indicates that the index allow only unique values. | |
| boolean | IsClustered |
| indicates that the index is clustered. | |
| Public Attributes inherited from Descriptor | |
| string | Name |
| is the name for the object to create. | |
is used to define a new index for a database table.
| service Descriptor |
| interface XColumnsSupplier |
access to the contained index columns.
|
property |
is the name of the index catalog, may be empty.
|
property |
indicates that the index is clustered.
|
property |
indicates that the index allow only unique values.