[][src]Module odbc_iter::odbc_type

Extra types that represent SQL data values but with extra from/to implementations for OdbcType so they can be bound to query parameter

Modules

ffi

Reexport odbc-sys as ffi

Structs

CowString

Owned or borrowed string that can be bound as statement parameter.

StringUtf16

UTF-16 encoded string that can be bound as statement parameter.

UnixTimestamp

SqlTimestamp type that can be created from number of seconds since epoch as represented by f64 value.

Traits

OdbcType