Uses of Class
org.postgresql.util.PGobject

Packages that use PGobject
org.postgresql.geometric   
org.postgresql.util   
 

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 consisting of two points.
 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.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 © 2013. All Rights Reserved.