Exception: SQLite3::ProtocolException
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Exception ,
StandardError
|
|
Instance Chain:
self,
Exception ,
StandardError
|
|
Inherits: |
SQLite3::Exception
|
Defined in: | lib/sqlite3/errors.rb |
Instance Attribute Summary
Exception
- Inherited
#code | A convenience for accessing the error code for this exception. |
#sql | If the error is associated with a SQL query, this is the query. |
#sql_offset | If the error is associated with a particular offset in a SQL query, this is the non-negative offset. |