Module: Sequel::Postgres::InetOpMethods

Included in:
LiteralString, SQL::GenericExpression, Symbol
Defined in:
lib/sequel/extensions/pg_inet_ops.rb

Instance Method Summary collapse

Instance Method Details

#pg_inetObject

Wrap the receiver in an InetOp so you can easily use the PostgreSQL inet functions and operators with it.



163
164
165
# File 'lib/sequel/extensions/pg_inet_ops.rb', line 163

def pg_inet
  InetOp.new(self)
end