dpq2.oids

PostgreSQL major types oids.

Members

Enums

OidType
enum OidType
Undocumented in source.

Functions

detectOidTypeFromNative
OidType detectOidTypeFromNative()
Undocumented in source. Be warned that the author may not have intended to support it.
isNativeFloat
bool isNativeFloat(OidType t)
Undocumented in source. Be warned that the author may not have intended to support it.
isNativeInteger
bool isNativeInteger(OidType t)
Undocumented in source. Be warned that the author may not have intended to support it.
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)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

NCrashed <ncrashed@gmail.com>