struct

Luna::QueryBuilder::Delete

Inherits Struct < Value < Object


DELETE builder

Constructors

new(table : String)
Source

Instance methods

bound_params
Source
returning(*cols : String)
Source
to_sql
Source
where(cond : String, *vals : DB::Any)
Source
where_hash(filters : Hash(Symbol, DB::Any))
Source
where_hash(filters : NamedTuple)
Source