register_type(name, type)
Class Public methods
Register an OID type named name
with a
typecasting object in type
. name
should
correspond to the `typname` column in the `pg_type` table.
Register an OID type named name
with a
typecasting object in type
. name
should
correspond to the `typname` column in the `pg_type` table.
Please login to continue.