This unit contains classes for PostgreSQL specific data types.
Classes
| Name | Description |
|
TCustomPgTimeStamp |
A base class for the TPgDate, TPgTime, and TPgTimeStamp classes. |
|
TPgAttribute |
A class holding the description of an attribute of PostgreSQL composite type. |
|
TPgBox |
A class for working with PostgreSQL BOX data type. |
|
TPgCircle |
A class for working with PostgreSQL CIRCLE data type. |
|
TPgDate |
A class for working with PostgreSQL DATE data type. |
|
TPgGeometric |
A base class for classes that work with geometric data types. |
|
TPgInterval |
A class providing support of PostgreSQL INTERVAL datatype. |
|
TPgLSeg |
A class for working with PostgreSQL LSEG (line segment) data type. |
|
TPgPath |
A class for working with PostgreSQL PATH data type. |
|
TPgPoint |
A class for working with PostgreSQL POINT data type. |
|
TPgPointsArray |
A base class for working with geometric data types. |
|
TPgPolygon |
A class for working with PostgreSQL POLYGON data type. |
|
TPgRefCursor |
A class for working with REFCURSOR values. |
|
TPgRow |
A class for working with PostgreSQL composite (ROW) data types. |
|
TPgRowType |
A class holding the description of a PostgreSQL composite (ROW) type. |
|
TPgSQLLargeObject |
A class for working with PostgreSQL large objects. |
|
TPgTime |
A class for working with PostgreSQL TIME and TIME WITH TIMEZONE data type. |
|
TPgTimeStamp |
A class for working with PostgreSQL TIMESTAMP and TIMESTAMP WITH TIMEZONE data types. |
|
TPgType |
A class holding the description of PostgreSQL composite types. |