ContainerFactory
A factory for creating PostgreSQL container types such as composites, ranges, and multiranges.
It utilizes the underlying TypeManager to resolve types by name or OID and instantiates the appropriate container representations.
Functions
Creates a new instance of a PostgreSQL composite type using its Object ID (OID).
Creates a new instance of a PostgreSQL composite type using its name and schema.
Creates an empty PostgreSQL range type using its Object ID (OID).
Creates an empty PostgreSQL range type using its name and schema.
Creates a new instance of a PostgreSQL multirange type using its Object ID (OID).
Creates a new instance of a PostgreSQL multirange type using its name and schema.
Creates a new instance of a PostgreSQL range type using its Object ID (OID).
Creates a new instance of a PostgreSQL range type using its name and schema.