Module hdbconnect::metadata [] [src]

Types for describing metadata.

Structs

FieldMetadata

Describes a single field (column) in a result set.

OutputParameters

Describes output parameters.

ParameterDescriptor

Metadata for a parameter.

ResultSetMetadata

contains a table of field metadata; the variable-length Strings are extracted into the names vecmap, which uses an integer as key

Enums

ParMode

Describes whether a parameter is used for input, output, or both.

ParameterOption

Describes whether a parameter is Nullable or not or if it has even d default value.

Functions

new_resultset_for_tests

Factory for ResultSets, only useful for tests.