Serialized Form
-
Package org.postgresql.core
-
Class org.postgresql.core.PGBindException extends java.io.IOException implements Serializable
-
Serialized Fields
-
ioe
java.io.IOException ioe
-
-
-
-
Package org.postgresql.ds
-
Class org.postgresql.ds.PGConnectionPoolDataSource extends BaseDataSource implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
defaultAutoCommit
boolean defaultAutoCommit
-
-
-
Class org.postgresql.ds.PGSimpleDataSource extends BaseDataSource implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
-
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
-
a
double a
Coefficient of x. -
b
double b
Coefficient of y. -
c
double c
Constant. -
isNull
boolean isNull
-
-
-
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
-
isNull
boolean isNull
True if the point representsnull::point
. -
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.jdbc2.optional
-
Class org.postgresql.jdbc2.optional.ConnectionPool extends PGConnectionPoolDataSource implements Serializable
-
Class org.postgresql.jdbc2.optional.SimpleDataSource extends PGSimpleDataSource implements Serializable
-
-
Package org.postgresql.jdbc3
-
Class org.postgresql.jdbc3.Jdbc3ConnectionPool extends PGConnectionPoolDataSource implements Serializable
-
Class org.postgresql.jdbc3.Jdbc3SimpleDataSource extends PGSimpleDataSource implements Serializable
-
-
Package org.postgresql.ssl
-
Class org.postgresql.ssl.DbKeyStoreSocketFactory.DbKeyStoreSocketException extends java.lang.Exception implements Serializable
-
-
Package org.postgresql.util
-
Class org.postgresql.util.ExpressionProperties extends java.util.Properties implements Serializable
-
Serialized Fields
-
defaults
java.util.Properties[] defaults
-
-
-
Class org.postgresql.util.GettableHashMap extends java.util.HashMap<K,V> implements Serializable
-
Class org.postgresql.util.PGInterval extends PGobject implements Serializable
-
Serialized Fields
-
days
int days
-
hours
int hours
-
isNull
boolean isNull
-
microSeconds
int microSeconds
-
minutes
int minutes
-
months
int months
-
wholeSeconds
int wholeSeconds
-
years
int years
-
-
-
Class org.postgresql.util.PGmoney extends PGobject implements Serializable
-
Serialized Fields
-
isNull
boolean isNull
If the object representsnull::money
-
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.PGTime extends java.sql.Time implements Serializable
- serialVersionUID:
- 3592492258676494276L
-
Serialized Fields
-
calendar
java.util.Calendar calendar
The optional calendar for this time.
-
-
Class org.postgresql.util.PGTimestamp extends java.sql.Timestamp implements Serializable
- serialVersionUID:
- -6245623465210738466L
-
Serialized Fields
-
calendar
java.util.Calendar calendar
The optional calendar for this timestamp.
-
-
Class org.postgresql.util.PSQLException extends java.sql.SQLException implements Serializable
-
Serialized Fields
-
serverError
ServerErrorMessage serverError
-
-
-
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
-
mesgParts
java.util.Map<java.lang.Character,java.lang.String> mesgParts
-
-
-
-
Package org.postgresql.xa
-
Class org.postgresql.xa.PGXAException extends javax.transaction.xa.XAException implements Serializable
-