Serialized Form
Package org.postgresql.ds |
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
defaultAutoCommit
boolean defaultAutoCommit
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
point
PGpoint[] point
- These are the two points.
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.util |
Class org.postgresql.util.PGInterval extends PGobject implements Serializable |
years
int years
months
int months
days
int days
hours
int hours
minutes
int minutes
seconds
double seconds
Class org.postgresql.util.PGmoney extends PGobject implements Serializable |
val
double val
type
java.lang.String type
value
java.lang.String value
Class org.postgresql.util.PSQLException extends java.sql.SQLException implements Serializable |
_serverError
org.postgresql.util.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
org.postgresql.util.ServerErrorMessage serverError
Class org.postgresql.util.ServerErrorMessage extends java.lang.Object implements Serializable |
m_mesgParts
java.util.Hashtable<K,V> m_mesgParts
verbosity
int verbosity