979899100101102103104
*/ protected void assertNotReadOnly() throws ReadOnlyException { if (m_readOnly) { throw new ReadOnlyException("This database is read only"); } }
127128129130131132133134
private void assertNotReadOnly() throws ReadOnlyException { if (m_readOnly) { throw new ReadOnlyException("This database is read only"); } }
330331332333334335336337
296297298299300301302303