LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
BestRowScope.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::sdbc
 Database component interfaces.
 

Constant Groups

constants  com::sun::star::sdbc::BestRowScope
 determines how long a row identifier is valid.
 

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