service Statement in module com::sun::star::sdbcx::

(Global Index)

Syntax

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.


Property Summary

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

Property Details



UseBookmarks

Syntax

boolean UseBookmarks;

Description

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

Top of Page