Module hdbconnect::types[][src]

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

BLOB implementation that is used within TypedValue::BLOB.

CLob

CLOB implementation that is used with TypedValue::CLOB and TypedValue::NCLOB.

HdbDecimal

Representation of HANA's DECIMAL type.

LongDate

Implementation of HANA's LongDate.