Object
# File lib/sequel/adapters/ado/access.rb, line 22 def initialize(type, crit) @type = QUERY_TYPE[type] @criteria = Array(crit) end