Methods
- C
- E
- Q
- U
Instance Public methods
column_name_matcher()
Link
column_name_with_order_matcher()
Link
escape_bytea(value)
Link
Escapes binary strings for bytea input to the database.
quote_schema_name(name)
Link
Quotes schema names for use in SQL queries.
quote_table_name_for_assignment(table, attr)
Link
unescape_bytea(value)
Link
Unescapes bytea output from a database to the binary string it represents. NOTE: This is NOT an inverse of escape_bytea
! This is only to be used on escaped binary output from database drive.