19 #ifndef __com_sun_star_sdbc_BestRowScope_idl__
20 #define __com_sun_star_sdbc_BestRowScope_idl__
22 module com { module sun { module star { module sdbc {
27 published constants BestRowScope
const long SESSION
indicates that the scope of the best row identifier is the remainder of the current session...
Definition: BestRowScope.idl:58
const long TEMPORARY
indicates that the scope of the best row identifier is very temporary, lasting only while the row is ...
Definition: BestRowScope.idl:38
const long TRANSACTION
indicates that the scope of the best row identifier is the remainder of the current transaction...
Definition: BestRowScope.idl:48