Method: Sequel::Postgres::PGMultiRange#sequel_auto_param_type

Defined in:
lib/sequel/extensions/pg_multirange.rb

#sequel_auto_param_type(ds) ⇒ Object

Allow automatic parameterization.

[View source]

341
342
343
# File 'lib/sequel/extensions/pg_multirange.rb', line 341

def sequel_auto_param_type(ds)
  "::#{db_type}"
end