# File lib/criteria/sql.rb, line 8 def initialize(table) @table = table @_typemap = nil @criterion_type = SQLCriterion end