Method: Sequel::Postgres::HStore#sequel_auto_param_type

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

#sequel_auto_param_type(ds) ⇒ Object

Allow automatic parameterization.

[View source]

284
285
286
# File 'lib/sequel/extensions/pg_hstore.rb', line 284

def sequel_auto_param_type(ds)
  "::hstore"
end