Top   Module   Use   Manual   Index 

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