Module hdbconnect::types [] [src]

Types that are used within the content part of a ResultSet.

A ResultSet contains a sequence of Rows. A 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.

LongDate

Implementation of HANA's LongDate.

Row

A single line of a ResultSet.

Enums

HdbValue

Enum for all supported database value types.

Functions

new_clob_to_db

Factory method for CLOBs that are to be sent to the database.