dpq2.conv.arrays

Module to handle PostgreSQL array types

Members

Functions

binaryValueAs
T binaryValueAs(Value v)

Convert Value to native array type

getDimensionsLengths
auto getDimensionsLengths(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
toValue
Value toValue(T v)

Converts dynamic or static array of supported types to the coresponding PG array type value

Templates

ArrayElementType
template ArrayElementType(T)
Undocumented in source.
arrayDimensionType
template arrayDimensionType(T, size_t dimNum, size_t currDimNum = 0)
Undocumented in source.
arrayDimensions
template arrayDimensions(T)
Undocumented in source.
isArrayType
template isArrayType(T)
Undocumented in source.
isStaticArrayString
template isStaticArrayString(T)
Undocumented in source.

Meta