Method: Sequel::Postgres::PGRange::Parser#db_type

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

#db_typeObject (readonly)

The database range type for this parser (e.g. ‘int4range’), automatically setting the db_type for the returned PGRange instances.



78
79
80
# File 'lib/sequel/extensions/pg_range.rb', line 78

def db_type
  @db_type
end