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 void
PGConnection. 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 void
TypeInfo. 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 class
PGbox
This represents the box datatype within org.postgresql.class
PGcircle
This represents org.postgresql's circle datatype, consisting of a point and a radius.class
PGline
This implements a line represented by the linear equation Ax + By + C = 0.class
PGlseg
This implements a lseg (line segment) consisting of two points.class
PGpath
This implements a path (a multiple segmented line, which may be closed).class
PGpoint
It maps to the point datatype in org.postgresql.class
PGpolygon
This implements the polygon datatype within PostgreSQL. -
Uses of PGobject in org.postgresql.jdbc
Methods 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)
Method parameters in org.postgresql.jdbc with type arguments of type PGobject Modifier and Type Method Description void
PgConnection. addDataType(java.lang.String type, java.lang.Class<? extends PGobject> klass)
void
TypeInfoCache. 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 class
PGInterval
This implements a class that handles the PostgreSQL interval type.class
PGmoney
This implements a class that handles the PostgreSQL money and cash types.
-