20 module
com { module sun { module star { module sdbcx {
22 published
interface XColumnsSupplier;
23 published
interface XDataDescriptorFactory;
54 [readonly, property]
string Name;
string Catalog
is the name of the index catalog, may be empty.
Definition: Index.idl:59
boolean IsUnique
indicates that the index allow only unique values.
Definition: Index.idl:64
Definition: Ambiguous.idl:20
string Name
is the name of the index.
Definition: Index.idl:49
boolean IsPrimaryKeyIndex
indicates that the index is used for the primary key.
Definition: Index.idl:69
provides the creation of a descriptor for a definition object.
Definition: XDataDescriptorFactory.idl:28
boolean IsClustered
indicates that the index is clustered.
Definition: Index.idl:74
is used to specify the index for a database table.
Definition: Index.idl:36
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
provides the access to a container of columns, typically used for tables and indexes.
Definition: XColumnsSupplier.idl:26