constants group ResultSetConcurrency in module com::sun::star::sdbc:: |
constants group ResultSetConcurrency;
describes the different scroll capabilities of a result set.
Constants Summary |
|
READ_ONLY | is the concurrency mode for a ResultSet object that may NOT be updated. |
UPDATABLE | is the concurrency mode for a ResultSet object that may be updated. |
Field Details |
|||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.