Module hdbconnect::types

source ·
Expand description

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 implementation that is used within HdbValue::BLOB.
CLob implementation that is used with HdbValue::CLOB.
Implementation of HANA’s DayDate.
Implementation of HANA’s LongDate.
NCLob implementation that is used with HdbValue::NCLOB.
Implementation of HANA’s SecondDate.
Implementation of HANA’s SecondTime.