apache > db
Apache DB Project
 
Font size:      

java.sql.Connection.isReadOnly

java.sql.Connection.isReadOnly

If you connect to a read-only database, the appropriate isReadOnly DatabaseMetaData value is returned. For example, Connections set to read-only using the setReadOnly method, Connections for which the user has been defined as a readOnlyAccess user (with one of the Derby properties), and Connections to databases on read-only media return true.


Previous Page
Next Page
Table of Contents
Index