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

determines how long a row identifier is valid. More...

Variables

const long TEMPORARY = 0
 indicates that the scope of the best row identifier is very temporary, lasting only while the row is being used. More...
 
const long TRANSACTION = 1
 indicates that the scope of the best row identifier is the remainder of the current transaction. More...
 
const long SESSION = 2
 indicates that the scope of the best row identifier is the remainder of the current session. More...
 

Detailed Description

determines how long a row identifier is valid.

Variable Documentation

◆ SESSION

const long SESSION = 2

indicates that the scope of the best row identifier is the remainder of the current session.

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

◆ TEMPORARY

const long TEMPORARY = 0

indicates that the scope of the best row identifier is very temporary, lasting only while the row is being used.

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

◆ TRANSACTION

const long TRANSACTION = 1

indicates that the scope of the best row identifier is the remainder of the current transaction.

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