19 #ifndef __com_sun_star_sdbcx_Index_idl__ 20 #define __com_sun_star_sdbcx_Index_idl__ 24 module
com { module sun { module star { module sdbcx {
26 published
interface XColumnsSupplier;
27 published
interface XDataDescriptorFactory;
58 [readonly, property]
string Name;
string Catalog
is the name of the index catalog, may be empty.
Definition: Index.idl:63
boolean IsUnique
indicates that the index allow only unique values.
Definition: Index.idl:68
Definition: Ambiguous.idl:22
string Name
is the name of the index.
Definition: Index.idl:53
boolean IsPrimaryKeyIndex
indicates that the index is used for the primary key.
Definition: Index.idl:73
provides the creation of a descriptor for a definition object.
Definition: XDataDescriptorFactory.idl:32
boolean IsClustered
indicates that the index is clustered.
Definition: Index.idl:78
is used to specify the index for a database table.
Definition: Index.idl:40
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:34