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 TypeMethodDescriptionvoidPGConnection.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 TypeMethodDescriptionvoidTypeInfo.addDataType(String type, Class<? extends PGobject> klass) -
Uses of PGobject in org.postgresql.geometric
Subclasses of PGobject in org.postgresql.geometricModifier and TypeClassDescriptionclassThis represents the box datatype within org.postgresql.classThis represents org.postgresql's circle datatype, consisting of a point and a radius.classThis implements a line represented by the linear equation Ax + By + C = 0.classThis implements a lseg (line segment) consisting of two points.classThis implements a path (a multiple segmented line, which may be closed).classIt maps to the point datatype in org.postgresql.classThis 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 voidPgPreparedStatement.setPGobject(int parameterIndex, PGobject x) Method parameters in org.postgresql.jdbc with type arguments of type PGobjectModifier and TypeMethodDescriptionvoidPgConnection.addDataType(String type, Class<? extends PGobject> klass) voidTypeInfoCache.addDataType(String type, Class<? extends PGobject> klass) -
Uses of PGobject in org.postgresql.util
Subclasses of PGobject in org.postgresql.utilModifier and TypeClassDescriptionclassThis implements a class that handles the PostgreSQL interval type.classThis implements a class that handles the PostgreSQL money and cash types.