Module hdbconnect::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§

  • LOB implementation for binary values.
  • LOB implementation for unicode Strings (deprecated).
  • Return value when reading a slice with CLob::read_slice() or NCLob::read_slice().
  • Implementation of HANA’s DayDate.
  • Implementation of HANA’s LongDate.
  • LOB implementation for unicode Strings.
  • Implementation of HANA’s SecondDate.
  • Implementation of HANA’s SecondTime.