LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::sdbc::IndexType Constant Group Referencepublished

indicates the type of index. More...

Variables

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(). More...
 
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(). More...
 
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(). More...
 
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(). More...
 

Detailed Description

indicates the type of index.

Variable Documentation

◆ CLUSTERED

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.

◆ HASHED

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.

◆ OTHER

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.

◆ STATISTIC

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.