Uses of Class
org.postgresql.util.PGobject
-
Packages that use PGobject Package Description org.postgresql org.postgresql.core org.postgresql.geometric org.postgresql.jdbc org.postgresql.util -
-
Uses of PGobject in org.postgresql
Method parameters in org.postgresql with type arguments of type PGobject Modifier and Type Method Description voidPGConnection. addDataType(java.lang.String type, java.lang.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 PGobject Modifier and Type Method Description java.lang.Class<? extends PGobject>TypeInfo. getPGobject(java.lang.String type)Method parameters in org.postgresql.core with type arguments of type PGobject Modifier and Type Method Description voidTypeInfo. addDataType(java.lang.String type, java.lang.Class<? extends PGobject> klass) -
Uses of PGobject in org.postgresql.geometric
Subclasses of PGobject in org.postgresql.geometric Modifier and Type Class Description classPGboxThis represents the box datatype within org.postgresql.classPGcircleThis represents org.postgresql's circle datatype, consisting of a point and a radius.classPGlineThis implements a line represented by the linear equation Ax + By + C = 0.classPGlsegThis implements a lseg (line segment) consisting of two points.classPGpathThis implements a path (a multiple segmented line, which may be closed).classPGpointIt maps to the point datatype in org.postgresql.classPGpolygonThis implements the polygon datatype within PostgreSQL. -
Uses of PGobject in org.postgresql.jdbc
Subclasses of PGobject in org.postgresql.jdbc Modifier and Type Class Description (package private) static classPgResultSet.NullObjectFields in org.postgresql.jdbc with type parameters of type PGobject Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Class<? extends PGobject>>TypeInfoCache. pgNameToPgObjectMethods in org.postgresql.jdbc that return types with arguments of type PGobject Modifier and Type Method Description java.lang.Class<? extends PGobject>TypeInfoCache. getPGobject(java.lang.String type)Methods in org.postgresql.jdbc with parameters of type PGobject Modifier and Type Method Description private voidPgPreparedStatement. setPGobject(int parameterIndex, PGobject x)Method parameters in org.postgresql.jdbc with type arguments of type PGobject Modifier and Type Method Description voidPgConnection. addDataType(java.lang.String type, java.lang.Class<? extends PGobject> klass)voidTypeInfoCache. addDataType(java.lang.String type, java.lang.Class<? extends PGobject> klass) -
Uses of PGobject in org.postgresql.util
Subclasses of PGobject in org.postgresql.util Modifier and Type Class Description classPGIntervalThis implements a class that handles the PostgreSQL interval type.classPGmoneyThis implements a class that handles the PostgreSQL money and cash types.
-