[][src]Crate odbc_api

Re-exports

pub use self::connection::Connection;
pub use self::cursor::Cursor;
pub use self::environment::Environment;
pub use odbc_sys as sys;

Modules

connection
cursor
environment
handles

Provides basic abstraction over valid (i.e. allocated ODBC handles). Two decisions are already baked into this module:

Structs

ColumnDescription

Describes the type and attributes of a column.

Enums

Error

Error type used to indicate a low level ODBC call returned with SQL_ERROR.

Nullable

Indication of wether a column is nullable or not.

Type Definitions

U16Str

String slice reference for U16String.

U16String

An owned, mutable "wide" string for FFI that is not nul-aware.