LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
ResultSetType.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::ResultSetType
 describes the different scroll capabilities of a result set.
 

Variables

const long FORWARD_ONLY = 1003
 is the type for a com::sun::star::sdb::ResultSet object whose cursor may move only forward. More...
 
const long SCROLL_INSENSITIVE = 1004
 is the type for a com::sun::star::sdb::ResultSet object that is scrollable but generally not sensitive to changes made by others. More...
 
const long SCROLL_SENSITIVE = 1005
 is the type for a com::sun::star::sdb::ResultSet object that is scrollable and generally sensitive to changes made by others. More...