isReadOnly

abstract fun isReadOnly(database: String): Boolean(source)

Returns true if the database database is read-only, or false If it is read/write.

Throws

if database is not the name of a database on this connection.