SQLConstructor::BasicDelete
MySQL dialect descendant of BasicDelete class
Class constructor. _caller - the caller object
# File lib/dialects/mysql-constructor.rb, line 99 def initialize ( _caller ) super end
Handle JOINs or send call to the parent.
# File lib/dialects/mysql-constructor.rb, line 106 def method_missing ( method, *args ) # Handle all [*_]join calls: return _addJoin( method, *args ) if method =~ /^[a-z_]*join$/ super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.