DatabaseMetaData.isReadOnly
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean isReadOnly() throws SQLException
Returns
true if so
Description
Is the database in read-only mode?
Exceptions
SQLException
if a database-access error occurs.