class

Lustra::SQL::DeleteQuery

Inherits Lustra::SQL::Query::Change < Lustra::SQL::Query::Execute < Lustra::SQL::Query::Where < Lustra::SQL::Query::Connection < Reference < Object

Constructors

new(table : String | Symbol | Nil = nil, wheres : Array(Lustra::Expression::Node) = [] of Lustra::Expression::Node)
Source

Instance methods

from(table : String | Symbol | Nil)
Source
table
Source
to_sql
Source
wheres

Return the list of where clause; each where clause are transformed into Lustra::Expression::Node