Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sdbcx ::

service Index
Description
is used to specify the index for a database table. It refers to one or more columns of a table.

Note: All properties and columns of an index could by modified before they are appended to a table. In that case the service is a data descriptor.


Exported Interfaces - Summary
XDataDescriptorFactory

optional, could be used to copy an index. (details)

XColumnsSupplier

access to the contained index columns.

::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Summary
[ readonly ] string
Name
is the name of the index.  
[ readonly ] string
Catalog
is the name of the index catalog, may be empty.  
[ readonly ] boolean
IsUnique
indicates that the index allow only unique values.  
[ readonly ] boolean
IsPrimaryKeyIndex
indicates that the index is used for the primary key.  
[ readonly ] boolean
IsClustered
indicates that the index is clustered.  
Exported Interfaces - Details
XDataDescriptorFactory
Usage Restrictions
optional
Description
optional, could be used to copy an index.
XColumnsSupplier
Description
access to the contained index columns.
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
Properties' Details
Name
[ readonly ] string Name;
Description
is the name of the index.
Catalog
[ readonly ] string Catalog;
Description
is the name of the index catalog, may be empty.
IsUnique
[ readonly ] boolean IsUnique;
Description
indicates that the index allow only unique values.
IsPrimaryKeyIndex
[ readonly ] boolean IsPrimaryKeyIndex;
Description
indicates that the index is used for the primary key.
IsClustered
[ readonly ] boolean IsClustered;
Description
indicates that the index is clustered.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.