com :: sun :: star :: sdbc :: constants group ResultSetConcurrency
- Description
- describes the different scroll capabilities of a result set.
Constants
|
const long READ_ONLY
= = 1007; |
- Description
- is the concurrency mode for a
ResultSet
object that may NOT be updated.
|
const long UPDATABLE
= = 1008; |
- Description
- is the concurrency mode for a
ResultSet
object that may be updated.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.