class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::PGconn
Public Class Methods
unescape_bytea(escaped)
click to toggle source
NOTE: on pg gem … PGconn = (class) PG::Connection
# File lib/arjdbc/postgresql/base/pgconn.rb, line 4 def self.unescape_bytea(escaped) ArJdbc::PostgreSQL.unescape_bytea(escaped) end