Uses of Class
org.postgresql.util.PGobject

Packages that use PGobject
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
 void 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 PGobject
 Class<? extends PGobject> TypeInfo.getPGobject(String type)
           
 

Method parameters in org.postgresql.core with type arguments of type PGobject
 void TypeInfo.addDataType(String type, Class<? extends PGobject> klass)
           
 

Uses of PGobject in org.postgresql.geometric
 

Subclasses of PGobject in org.postgresql.geometric
 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
 Class<? extends PGobject> TypeInfoCache.getPGobject(String type)
           
 

Method parameters in org.postgresql.jdbc with type arguments of type PGobject
 void TypeInfoCache.addDataType(String type, Class<? extends PGobject> klass)
           
 void PgConnection.addDataType(String type, Class<? extends PGobject> klass)
           
 

Uses of PGobject in org.postgresql.util
 

Subclasses of PGobject in org.postgresql.util
 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
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.