class

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)
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 Clear::Expression::Node