Serialized Form
Package org.postgresql.ds |
Package org.postgresql.geometric |
point
PGpoint[] point
- These are the two points.
center
PGpoint center
- This is the center point
radius
double radius
- This is the radius
a
double a
- Coefficient of x
b
double b
- Coefficient of y
c
double c
- Constant
point
PGpoint[] point
- These are the two points.
open
boolean open
- True if the path is open, false if closed
points
PGpoint[] points
- The points defining this path
x
double x
- The X coordinate of the point
y
double y
- The Y coordinate of the point
points
PGpoint[] points
- The points defining the polygon
Package org.postgresql.ssl |
Class org.postgresql.ssl.DbKeyStoreSocketFactory.DbKeyStoreSocketException extends java.lang.Exception implements Serializable |
Package org.postgresql.util |
years
int years
months
int months
days
int days
hours
int hours
minutes
int minutes
seconds
double seconds
val
double val
type
java.lang.String type
value
java.lang.String value
Class org.postgresql.util.PGTime extends java.sql.Time implements Serializable |
serialVersionUID: 3592492258676494276L
calendar
java.util.Calendar calendar
Class org.postgresql.util.PGTimestamp extends java.sql.Timestamp implements Serializable |
serialVersionUID: -6245623465210738466L
calendar
java.util.Calendar calendar
Class org.postgresql.util.PSQLException extends java.sql.SQLException implements Serializable |
_serverError
ServerErrorMessage _serverError
Class org.postgresql.util.PSQLState extends java.lang.Object implements Serializable |
state
java.lang.String state
Class org.postgresql.util.PSQLWarning extends java.sql.SQLWarning implements Serializable |
serverError
ServerErrorMessage serverError
m_mesgParts
java.util.Map<K,V> m_mesgParts
verbosity
int verbosity
Package org.postgresql.xa |
Class org.postgresql.xa.PGXAException extends javax.transaction.xa.XAException implements Serializable |