20 module
com { module sun { module star { module sdbcx {
22 published
interface XColumnsSupplier;
23 published
interface XDataDescriptorFactory;
54 [readonly, property]
string Name;
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
provides the access to a container of columns, typically used for tables and indexes.
Definition XColumnsSupplier.idl:27
provides the creation of a descriptor for a definition object.
Definition XDataDescriptorFactory.idl:29
Definition Ambiguous.idl:20
is used to specify the index for a database table.
Definition Index.idl:37
boolean IsClustered
indicates that the index is clustered.
Definition Index.idl:74
string Name
is the name of the index.
Definition Index.idl:54
boolean IsPrimaryKeyIndex
indicates that the index is used for the primary key.
Definition Index.idl:69
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