class Jennifer::SQLite3::SQLGenerator
- Jennifer::SQLite3::SQLGenerator
- Jennifer::Adapter::BaseSQLGenerator
- Reference
- Object
Defined in:
sqlite3/sql_generator.crClass Method Summary
- .explain(query)
- .insert(obj : Model::Base)
- .insert_on_duplicate(table, fields, rows : Int32, unique_fields, on_conflict)
-
.json_path(path : QueryBuilder::JSONSelector)
SQLite doesn't support JSON at all.
-
.lock_clause(io, query)
SQLite doesn't support LOCK statement.
- .order_expression(expression : QueryBuilder::OrderItem)
-
.truncate(table : String)
SQLite doesn't support truncate command.
-
.update(query, options : Hash)
Generates update request depending on given query and hash options.
- .values_expression(field)
Class Method Detail
def self.insert_on_duplicate(table, fields, rows : Int32, unique_fields, on_conflict)
#
def self.update(query, options : Hash)
#
Generates update request depending on given query and hash options.