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
-
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
|
|
Syntax
boolean UseBookmarks;
Description
returns
true
if a resultset should allow navigation with bookmarks or not.
The default is
false
.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.