pdk.db.postgre

contains structures that maps to PostgreSQL datatypes according to driver specification

PGpoint

It maps to the point datatype in org.postgresql.

Properties:

Superstructures: Object <- Any


PGbox

This represents the box datatype within org.postgresql.

Properties:

Superstructures: Object <- Any


PGcircle

This represents org.postgresql's circle datatype, consisting of a point and a radius.

Properties:

Superstructures: Object <- Any


PGinterval

This implements a class that handles the PostgreSQL interval type.

Properties:

Superstructures: Object <- Any


PGline

This implements a line represented by the linear equation Ax + By + C = 0.

Properties:

Superstructures: Object <- Any


PGlseg

This implements a lseg (line segment) consisting of two points.

Properties:

Superstructures: Object <- Any


PGmoney

This implements a class that handles the PostgreSQL money and cash types.

Properties:

Superstructures: Object <- Any


PGpath

This implements a path (a multiple segmented line, which may be closed).

Properties:

Superstructures: Object <- Any


PGpolygon

This implements the polygon datatype within PostgreSQL.

Properties:

Superstructures: Object <- Any

Last updated