Crate hdbconnect_impl

source ·
Expand description

Do not use this crate directly.

This is the immplementation crate for hdbconnect and hdbconnect_async.

If you need a synchronous driver, use hdbconnect.

If you need an asynchronous driver, use hdbconnect_async.

Modules

  • Support for serializing from or deserializing into types of the time crate.
  • Non-standard types that are used to represent database values.
  • Constants for use in connection URLs.

Structs

Enums

  • The errors that can arise while deserializing with serde_db::de.
  • Describes the success of a command.
  • A list specifying categories of HdbError.
  • Enum for all supported database value types.
  • Describes whether a parameter is Nullable or not or if it has a default value.
  • Describes whether a parameter is used for input, output, or both.
  • Error that can occur while serializing a standard rust type or struct into a SQL parameter.
  • Expresses where Certificates for TLS are read from.
  • Severity of a server message
  • Describes whether and how TLS is to be used.
  • ID of the value type of a database column or a parameter.

Traits

Type Aliases

  • Abbreviation of Result<T, HdbError>.