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

determines the type of the best row identifier. More...

Variables

const long UNKNOWN = 0
 indicates that the best row identifier may or may not be a pseudo-column. More...
 
const long NOT_PSEUDO = 1
 indicates that the best row identifier is NOT a pseudo-column. More...
 
const long PSEUDO = 2
 indicates that the best row identifier is a pseudo-column. More...
 

Detailed Description

determines the type of the best row identifier.

Variable Documentation

◆ NOT_PSEUDO

const long NOT_PSEUDO = 1

indicates that the best row identifier is NOT a pseudo-column.

A possible value for the column PSEUDO_COLUMN in the com::sun::star::sdbc::XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier().

◆ PSEUDO

const long PSEUDO = 2

indicates that the best row identifier is a pseudo-column.

A possible value for the column PSEUDO_COLUMN in the com::sun::star::sdbc::XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier().

◆ UNKNOWN

const long UNKNOWN = 0

indicates that the best row identifier may or may not be a pseudo-column.

A possible value for the column PSEUDO_COLUMN in the com::sun::star::sdbc::XResultSet object returned by the method XDatabaseMetaData::getBestRowIdentifier().