Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea::PG::Connection
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea::PG::Connection
- Defined in:
- lib/arjdbc/postgresql/base/pgconn.rb
Overview
emulate PG::Connection#unescape_bytea due #652
Class Method Summary collapse
Class Method Details
.unescape_bytea(escaped) ⇒ Object
7 8 9 |
# File 'lib/arjdbc/postgresql/base/pgconn.rb', line 7 def self.unescape_bytea(escaped) ArJdbc::PostgreSQL.unescape_bytea(escaped) end |