Serialized Form
-
Package org.postgresql.ds
-
Class org.postgresql.ds.PGConnectionPoolDataSource extends org.postgresql.ds.jdbc4.AbstractJdbc4ConnectionPoolDataSource implements Serializable
-
Class org.postgresql.ds.PGSimpleDataSource extends org.postgresql.ds.jdbc4.AbstractJdbc4SimpleDataSource implements Serializable
-
-
Package org.postgresql.geometric
-
Class org.postgresql.geometric.PGbox extends PGobject implements Serializable
-
Serialized Fields
-
point
PGpoint[] point
These are the two points.
-
-
-
Class org.postgresql.geometric.PGcircle extends PGobject implements Serializable
-
Serialized Fields
-
center
PGpoint center
This is the center point -
radius
double radius
This is the radius
-
-
-
Class org.postgresql.geometric.PGline extends PGobject implements Serializable
-
Serialized Fields
-
point
PGpoint[] point
These are the two points.
-
-
-
Class org.postgresql.geometric.PGlseg extends PGobject implements Serializable
-
Serialized Fields
-
point
PGpoint[] point
These are the two points.
-
-
-
Class org.postgresql.geometric.PGpath extends PGobject implements Serializable
-
Serialized Fields
-
open
boolean open
True if the path is open, false if closed -
points
PGpoint[] points
The points defining this path
-
-
-
Class org.postgresql.geometric.PGpoint extends PGobject implements Serializable
-
Serialized Fields
-
x
double x
The X coordinate of the point -
y
double y
The Y coordinate of the point
-
-
-
Class org.postgresql.geometric.PGpolygon extends PGobject implements Serializable
-
Serialized Fields
-
points
PGpoint[] points
The points defining the polygon
-
-
-
-
Package org.postgresql.util
-
Class org.postgresql.util.PGInterval extends PGobject implements Serializable
-
Serialized Fields
-
days
int days
-
hours
int hours
-
minutes
int minutes
-
months
int months
-
seconds
double seconds
-
years
int years
-
-
-
Class org.postgresql.util.PGmoney extends PGobject implements Serializable
-
Serialized Fields
-
val
double val
-
-
-
Class org.postgresql.util.PGobject extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
-
value
java.lang.String value
-
-
-
Class org.postgresql.util.PSQLException extends java.sql.SQLException implements Serializable
-
Serialized Fields
-
_serverError
ServerErrorMessage _serverError
-
-
-
Class org.postgresql.util.PSQLState extends java.lang.Object implements Serializable
-
Serialized Fields
-
state
java.lang.String state
-
-
-
Class org.postgresql.util.PSQLWarning extends java.sql.SQLWarning implements Serializable
-
Serialized Fields
-
serverError
ServerErrorMessage serverError
-
-
-
Class org.postgresql.util.ServerErrorMessage extends java.lang.Object implements Serializable
-
Serialized Fields
-
m_mesgParts
java.util.Map m_mesgParts
-
verbosity
int verbosity
-
-
-
-
Package org.postgresql.xa