class SQLConstructor::BasicDelete

Internal class which represents a basic DELETE statement.

Constants

METHODS

Attributes

attr_first[RW]
attr_from[RW]
attr_order_by[RW]
attr_order_by_order[RW]
attr_skip[RW]
attr_where[RW]
del_using[RW]

Public Class Methods

new( _caller ) click to toggle source

Class constructor. _caller - the caller object

Calls superclass method SQLConstructor::GenericQuery::new
# File lib/sqlconstructor.rb, line 630
def initialize ( _caller )
    super
end