LibreOffice
LibreOffice 6.0 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbcx_IndexDescriptor_idl__
20 #define __com_sun_star_sdbcx_IndexDescriptor_idl__
24 module
com { module sun { module star { module sdbcx {
26 published
interface XColumnsSupplier;
44 [property]
string Catalog;
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:34
is used to define a new index for a database table.
Definition: IndexDescriptor.idl:32
service Descriptor
Definition: IndexDescriptor.idl:34
boolean IsUnique
indicates that the index allow only unique values.
Definition: IndexDescriptor.idl:49
boolean IsClustered
indicates that the index is clustered.
Definition: IndexDescriptor.idl:54
Definition: Ambiguous.idl:22