[][src]Module hdbconnect::types

Non-standard types that are used within the HdbValues in a ResultSet.

A ResultSet contains a sequence of Rows, each row is a sequence of HdbValues. Some of the HdbValues are implemented using LongDate, BLOB, etc.

Structs

BLob

LOB implementation for binary values that is used within HdbValue::BLOB instances coming from the database.

CLob

LOB implementation for unicode Strings that is used with HdbValue::CLOB (which is deprecated).

CharLobSlice

Return value when reading a slice with CLob::read_slice() or NCLob::read_slice().

DayDate

Implementation of HANA's DayDate.

LongDate

Implementation of HANA's LongDate.

NCLob

LOB implementation for unicode Strings that is used with HdbValue::NCLOB instances coming from the database.

SecondDate

Implementation of HANA's SecondDate.

SecondTime

Implementation of HANA's SecondTime.