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 XPropertySet.idl:46
Definition Ambiguous.idl:20
is used to specify the index for a database table.
Definition Index.idl:37
interface XDataDescriptorFactory
optional, could be used to copy an index.
Definition Index.idl:41
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
interface XColumnsSupplier
access to the contained index columns.
Definition Index.idl:46
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