- _integration_test
void _integration_test(string connParam)
Undocumented in source. Be warned that the author may not have intended to support it.
- as
string as(Value v)
Returns cell value as native string type from text or binary formatted field
- as
T as(Value v)
Returns value as D type value from binary formatted field
- binaryValueAs
T binaryValueAs(Value v)
Returns value as bytes from binary formatted field
- binaryValueAs
T binaryValueAs(Value v)
Returns cell value as native integer or decimal values
- binaryValueAs
bool binaryValueAs(Value v)
Returns boolean as native bool value
- binaryValueAs
UUID binaryValueAs(Value v)
Returns UUID as native UUID value
- binaryValueAs
Json binaryValueAs(Value v)
- throwTypeComplaint
void throwTypeComplaint(OidType receivedType, string expectedType, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueAsString
string valueAsString(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.