Module hdbconnect_impl::types
source · Expand description
Non-standard types that are used to represent database values.
A ResultSet contains a sequence of Rows, each row is a sequence of HdbValues.
Some variants of HdbValue are implemented using plain rust types,
others are based on the types in this module.
Structs
- Return value when reading a slice with
CLob::read_slice()orNCLob::read_slice(). - Implementation of HANA’s
DayDate. - Implementation of HANA’s
LongDate. - Implementation of HANA’s
SecondDate. - Implementation of HANA’s
SecondTime.