Connection.isReadOnly

Connection.isReadOnly

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean isReadOnly() throws SQLException
Returns
true if connection is read-only
Description
Tests to see if the connection is in read-only mode.

Exceptions
SQLException if a database-access error occurs.