Package | Description |
---|---|
org.postgresql | |
org.postgresql.core | |
org.postgresql.geometric | |
org.postgresql.jdbc | |
org.postgresql.util |
Modifier and Type | Method | Description |
---|---|---|
void |
PGConnection.addDataType(java.lang.String type,
java.lang.Class<? extends PGobject> klass) |
This allows client code to add a handler for one of org.postgresql's more unique data types.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class<? extends PGobject> |
TypeInfo.getPGobject(java.lang.String type) |
Modifier and Type | Method | Description |
---|---|---|
void |
TypeInfo.addDataType(java.lang.String type,
java.lang.Class<? extends PGobject> klass) |
Modifier and Type | Class | Description |
---|---|---|
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 represented by the linear equation Ax + By + C = 0
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class<? extends PGobject> |
TypeInfoCache.getPGobject(java.lang.String type) |
Modifier and Type | Method | Description |
---|---|---|
void |
PgConnection.addDataType(java.lang.String type,
java.lang.Class<? extends PGobject> klass) |
|
void |
TypeInfoCache.addDataType(java.lang.String type,
java.lang.Class<? extends PGobject> klass) |
Modifier and Type | Class | Description |
---|---|---|
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 © 2018 PostgreSQL Global Development Group. All rights reserved.