Expand description
EXASOL database driver.
Modules§
- types
- Supported types
Structs§
- ExaArguments
- Implementor of
Arguments. - ExaAttributes
- Struct representing attributes related to the connection with the Exasol server.
These can either be returned by an explicit
getAttributescall or as part of any response. - ExaColumn
- Implementor of
Column. - ExaConnect
Options - Options for connecting to the Exasol database. Implementor of
ConnectOptions. - ExaConnect
Options Builder - Builder for
ExaConnectOptions. - ExaConnection
- A connection to the Exasol database. Implementor of
Connection. - ExaDatabase
Error - An error directly issued by the Exasol database. Implementor of
DatabaseError. - ExaQuery
Result - A query result containing the number of affected rows.
- ExaRow
- Struct representing a result set row. Implementor of
Row. - ExaStatement
- Implementor of
Statement. - ExaTransaction
Manager - Implementor of
TransactionManager. - ExaType
Info - Information about an Exasol data type and implementor of
TypeInfo. - ExaValue
- Implementor of
Value. - ExaValue
Ref - Implementor of
ValueRef. - Exasol
- Implementor of
Database. - Session
Info - Struct representing database information returned after establishing a connection.
Enums§
- ExaCompression
Mode - Options for controlling the desired compression behavior of the connection to the Exasol server.
- ExaSsl
Mode - Options for controlling the desired security state of the connection to the Exasol server.
Traits§
- ExaExecutor
- An alias for
Executor<'_, Database = Exasol>.
Type Aliases§
- ExaPool
- An alias for
Pool, specialized for Exasol. - ExaPool
Options - An alias for
PoolOptions, specialized for Exasol. - ExaTransaction
- An alias for
Transaction, specialized for Exasol.