Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service Statement

Description
extends the definition of the service Statement with a flag for the usage of bookmarks.
See also
ResultSet
See also
XRowLocate


Included Services

com::sun::star::sdbc::Statement
Description
is used for executing a static SQL statement and obtaining the results produced by it.

Properties' Summary

UseBookmarks returns true if a resultset should allow navigation with bookmarks or not. The default is false .

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