class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea::PG::Connection

Public Class Methods

unescape_bytea(escaped) click to toggle source
# File lib/arjdbc/postgresql/base/pgconn.rb, line 5
def self.unescape_bytea(escaped)
  ArJdbc::PostgreSQL.unescape_bytea(escaped)
end