Class: SQLite::Exceptions::ReadOnlyException

Inherits:
Object
  • Object
show all
Defined in:
ext/sqlite-api.c

Overview

From the SQLite documentation:

“This return code indicates that an attempt was made to write to a database file that is opened for reading only.”