- as
T as(Value v)
Returns cell value as a Nullable type using the underlying type conversion after null check.
- as
T as(Value v)
Returns cell value as a native string based 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
UUID binaryValueAs(Value v)
Returns UUID as native UUID value
- binaryValueAs
bool binaryValueAs(Value v)
Returns boolean as native bool value
- binaryValueAs
Json binaryValueAs(Value v)
- binaryValueAs
T binaryValueAs(Value v)
- binaryValueAs
T binaryValueAs(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.
- deserializeRecord
Value[] deserializeRecord(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.
- tunnelForBinaryValueAsCalls
auto tunnelForBinaryValueAsCalls(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.
- valueAsString
char[] valueAsString(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.