Clear::SQL::DeleteQuery
Inherits Clear::SQL::Query::Change < Clear::SQL::Query::Execute < Clear::SQL::Query::Where < Clear::SQL::Query::Connection < Reference < Object
Constructors
new(table : String | Symbol | Nil = nil, wheres : Array(Clear::Expression::Node) = [] of Clear::Expression::Node)
SourceInstance methods
from(table : String | Symbol | Nil)
Sourcetable
Sourceto_sql
Sourcewheres
Return the list of where clause; each where clause are transformed into Clear::Expression::Node