| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
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. | |
determines how long a row identifier is valid.
| 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(). 
| 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(). 
| 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().