class SQLConstructor::BasicInsert
Internal class which represents a basic INSERT statement.
Constants
- METHODS
Attributes
ins_columns[R]
ins_into[R]
ins_select[R]
ins_set[R]
ins_values[R]
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 656 def initialize ( _caller ) super end