Module Sequel::Postgres::InetOpMethods
In: lib/sequel/extensions/pg_inet_ops.rb

Methods

pg_inet  

Public Instance methods

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

[Source]

     # File lib/sequel/extensions/pg_inet_ops.rb, line 163
163:       def pg_inet
164:         InetOp.new(self)
165:       end

[Validate]