dpq2.oids

PostgreSQL major types oids. *

Members

Enums

OidType
enum OidType

Enum of Oid types defined in PG

Functions

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

oidConvTo
OidType oidConvTo(OidType type)

Convert between array Oid and element Oid or vice versa

Meta

Authors

NCrashed <ncrashed@gmail.com>