Constants in the PgDataTypeMap unit.
Constants
| Name | Description |
|
pgBigInt |
Used to map bigint to Delphi data types. |
|
pgBigSerial |
Used to map bigserial to Delphi data types. |
|
pgBit |
Used to map bit to Delphi data types. |
|
pgBitVarying |
Used to map bit varying to Delphi data types. |
|
pgBoolean |
Used to map boolean to Delphi data types. |
|
pgBytea |
Used to map bytea to Delphi data types. |
|
pgCharacter |
Used to map character to Delphi data types. |
|
pgCharacterVarying |
Used to map character varying to Delphi data types. |
|
pgDate |
Used to map date to Delphi data types. |
|
pgDoublePrecision |
Used to map double precision to Delphi data types. |
|
pgInteger |
Used to map integer to Delphi data types. |
|
pgMoney |
Used to map money to Delphi data types. |
|
pgNumeric |
Used to map numeric to Delphi data types. |
|
pgReal |
Used to map real to Delphi data types. |
|
pgSerial |
Used to map serial to Delphi data types. |
|
pgSmallint |
Used to map smallint to Delphi data types. |
|
pgText |
Used to map text to Delphi data types. |
|
pgTime |
Used to map time to Delphi data types. |
|
pgTimeStamp |
Used to map timestamp to Delphi data types. |
|
pgTimeStampWithTimeZone |
Used to map timestamp with time zone to Delphi data types. |
|
pgTimeWithTimeZone |
Used to map time with time zone to Delphi data types. |
|
pgUUID |
Used to map uuid to Delphi data types. |