Method: SQLite3::Exception#sql

Defined in:
lib/sqlite3/errors.rb

#sqlObject (readonly)

If the error is associated with a SQL query, this is the query



9
10
11
# File 'lib/sqlite3/errors.rb', line 9

def sql
  @sql
end