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;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:64
provides the access to a container of columns, typically used for tables and indexes.
Definition XColumnsSupplier.idl:35
provides the creation of a descriptor for a definition object.
Definition XDataDescriptorFactory.idl:33
Definition Ambiguous.idl:22
is used to specify the index for a database table.
Definition Index.idl:41
boolean IsClustered
indicates that the index is clustered.
Definition Index.idl:78
string Name
is the name of the index.
Definition Index.idl:58
boolean IsPrimaryKeyIndex
indicates that the index is used for the primary key.
Definition Index.idl:73
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