LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
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.
 
const long TRANSACTION = 1
 indicates that the scope of the best row identifier is the remainder of the current transaction.
 
const long SESSION = 2
 indicates that the scope of the best row identifier is the remainder of the current session.
 

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