19#ifndef __com_sun_star_sdbc_ResultSetType_idl__
20#define __com_sun_star_sdbc_ResultSetType_idl__
22 module
com { module sun { module star { module sdbc {
27published constants ResultSetType
const long FORWARD_ONLY
is the type for a com::sun::star::sdb::ResultSet object whose cursor may move only forward.
Definition ResultSetType.idl:34
const long SCROLL_INSENSITIVE
is the type for a com::sun::star::sdb::ResultSet object that is scrollable but generally not sensitiv...
Definition ResultSetType.idl:42
const long SCROLL_SENSITIVE
is the type for a com::sun::star::sdb::ResultSet object that is scrollable and generally sensitive to...
Definition ResultSetType.idl:50
Definition Ambiguous.idl:22