LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes the different scroll capabilities of a result set. More...
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... | |
describes the different scroll capabilities of a result set.
const long FORWARD_ONLY = 1003 |
is the type for a com::sun::star::sdb::ResultSet object whose cursor may move only forward.
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.
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.