Uses of Class
org.postgresql.util.PGobject
Packages that use PGobject
Package
Description
-
Uses of PGobject in org.postgresql
Method parameters in org.postgresql with type arguments of type PGobjectModifier and TypeMethodDescriptionvoid
PGConnection.addDataType
(String type, Class<? extends PGobject> klass) This allows client code to add a handler for one of org.postgresql's more unique data types. -
Uses of PGobject in org.postgresql.core
Methods in org.postgresql.core that return types with arguments of type PGobjectMethod parameters in org.postgresql.core with type arguments of type PGobjectModifier and TypeMethodDescriptionvoid
TypeInfo.addDataType
(String type, Class<? extends PGobject> klass) -
Uses of PGobject in org.postgresql.geometric
Subclasses of PGobject in org.postgresql.geometricModifier and TypeClassDescriptionclass
This represents the box datatype within org.postgresql.class
This represents org.postgresql's circle datatype, consisting of a point and a radius.class
This implements a line represented by the linear equation Ax + By + C = 0.class
This implements a lseg (line segment) consisting of two points.class
This implements a path (a multiple segmented line, which may be closed).class
It maps to the point datatype in org.postgresql.class
This implements the polygon datatype within PostgreSQL. -
Uses of PGobject in org.postgresql.jdbc
Subclasses of PGobject in org.postgresql.jdbcFields in org.postgresql.jdbc with type parameters of type PGobjectMethods in org.postgresql.jdbc that return types with arguments of type PGobjectMethods in org.postgresql.jdbc with parameters of type PGobjectModifier and TypeMethodDescriptionprivate void
PgPreparedStatement.setPGobject
(int parameterIndex, PGobject x) Method parameters in org.postgresql.jdbc with type arguments of type PGobjectModifier and TypeMethodDescriptionvoid
PgConnection.addDataType
(String type, Class<? extends PGobject> klass) void
TypeInfoCache.addDataType
(String type, Class<? extends PGobject> klass) -
Uses of PGobject in org.postgresql.util
Subclasses of PGobject in org.postgresql.utilModifier and TypeClassDescriptionclass
This implements a class that handles the PostgreSQL interval type.class
This implements a class that handles the PostgreSQL money and cash types.