[][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

UnixTimestamp

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

Traits

OdbcType