| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
indicates the type of index. More...
| Variables | |
| const short | STATISTIC = 0 | 
| A possible value for column TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). | |
| const short | CLUSTERED = 1 | 
| A possible value for column TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). | |
| const short | HASHED = 2 | 
| A possible value for column TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). | |
| const short | OTHER = 3 | 
| A possible value for column TYPEin the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). | |
indicates the type of index.
| const short CLUSTERED = 1 | 
A possible value for column TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). 
Indicates that this table index is a clustered index.
| const short HASHED = 2 | 
A possible value for column TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). 
Indicates that this table index is a hashed index.
| const short OTHER = 3 | 
A possible value for column TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). 
Indicates that this table index is not a clustered index, a hashed index, or table statistics; it is something other than these.
| const short STATISTIC = 0 | 
A possible value for column TYPE in the com::sun::star::sdbc::XResultSet object returned by the method com::sun::star::sdbc::XDatabaseMetaData::getIndexInfo(). 
Identifies table statistics that are returned in conjunction with a table's index description.