class Clear::SQL::DeleteQuery
- Clear::SQL::DeleteQuery
- Reference
- Object
Included Modules
- Clear::SQL::Query::Change
- Clear::SQL::Query::Connection
- Clear::SQL::Query::Execute
- Clear::SQL::Query::Where
Defined in:
clear/sql/delete_query.crConstructors
Instance Method Summary
- #from(table)
- #table : Symbolic?
- #to_sql
- 
        #wheres : Array(Clear::Expression::Node)
        
          Return the list of where clause; each where clause are transformed into Clear::Expression::Node 
Instance methods inherited from module Clear::SQL::Query::Change
  
  
    
      change! : self
    change!
    
  
    
    
  
    
  Instance methods inherited from module Clear::SQL::Query::Execute
  
  
    
      execute(connection_name : String? = nil)
    execute
    
  
    
    
  
    
  Instance methods inherited from module Clear::SQL::Query::Where
  
  
    
      clear_wheres
    clear_wheres, 
    
  
    
      or_where(node : Clear::Expression::Node)or_where(__template : String, *__args)
or_where(__template : String, **__named_tuple)
or_where(&) or_where, where(node : Clear::Expression::Node)
where(&)
where(__conditions : NamedTuple | Hash(String, Clear::SQL::Any))
where(__template : String, *__args)
where(__template : String, **__tuple)
where(**tuple) where
Instance methods inherited from module Clear::SQL::Query::Connection
  
  
    
      connection_name : String
    connection_name, 
    
  
    
      use_connection(connection_name : String)
    use_connection
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
        
        def wheres : Array(Clear::Expression::Node)
        #
      
      
        Return the list of where clause; each where clause are transformed into Clear::Expression::Node