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

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

Included Services - Summary
::com::sun::star::sdbc::PreparedStatement
(referenced entity's summary:)
represents a precompiled SQL statement.
Properties' Summary
boolean
UseBookmarks
returns if a resultset should allow the navigation with bookmarks or not. The default is false .  
Included Services - Details
::com::sun::star::sdbc::PreparedStatement
(referenced entity's summary:)
represents a precompiled SQL statement.
Properties' Details
UseBookmarks
boolean UseBookmarks;
Description
returns if a resultset should allow the navigation with bookmarks or not. The default is false .

 
Top of Page