Sets whether the on the specified connection object is in read-only mode.
Syntax
setReadOnly( connection , boolean )
statement.setReadOnly( boolean )
Parameters
connection
|
the connection object to use.
|
boolean
|
true to enable read-only mode.
false to disable read-only mode.
|
Returns
Example
con.setReadOnly( false )
|