dpq2.oids

PostgreSQL major types oids.

Members

Enums

OidType
enum OidType

Enum of Oid types defined in PG

Functions

detectOidTypeFromNative
OidType detectOidTypeFromNative()
Undocumented in source. Be warned that the author may not have intended to support it.
isNativeFloat
bool isNativeFloat(OidType t)

Checks if Oid type can be mapped to native D float

isNativeInteger
bool isNativeInteger(OidType t)

Checks if Oid type can be mapped to native D integer

isSupportedArray
bool isSupportedArray(OidType t)
Undocumented in source. Be warned that the author may not have intended to support it.
oid2oidType
OidType oid2oidType(Oid oid)
Undocumented in source. Be warned that the author may not have intended to support it.
oidConvTo
OidType oidConvTo(OidType type)

Convert between array Oid and element Oid or vice versa

Meta

Authors

NCrashed <ncrashed@gmail.com>