dpq2.conv.arrays

Module to handle PostgreSQL array types

Members

Functions

getDimensionLength
auto getDimensionLength(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.
arrayDimensions
template arrayDimensions(T)
Undocumented in source.
isArrayType
template isArrayType(T)
Undocumented in source.

Meta