Module dpq2.oids
PostgreSQL major types oids.
Functions
Name | Description |
---|---|
isNativeFloat(t)
|
Checks if Oid type can be mapped to native D float |
isNativeInteger(t)
|
Checks if Oid type can be mapped to native D integer |
oidConvTo(type)
|
Convert between array Oid and element Oid or vice versa |
Enums
Name | Description |
---|---|
OidType
|
Enum of Oid types defined in PG |