:: com :: sun :: star :: sdbcx ::

service Statement
Description
extends the definition of the service ::com::sun::star::sdbc::Statement with a flag for the usage of bookmarks.
See also
ResultSet, XRowLocate

Included Services - Summary
::com::sun::star::sdbc::Statement
(referenced entity's summary:)
is used for executing a static SQL statement and obtaining the results produced by it.
Properties' Summary
boolean
UseBookmarks
returns true if a resultset should allow navigation with bookmarks or not. The default is false .  
Included Services - Details
::com::sun::star::sdbc::Statement
(referenced entity's summary:)
is used for executing a static SQL statement and obtaining the results produced by it.
Properties' Details
UseBookmarks
boolean UseBookmarks;
Description
returns true if a resultset should allow navigation with bookmarks or not. The default is false .

 
Top of Page