Module odbc_iter::odbc_type

source ·
Expand description

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

Modules

Reexport odbc-sys as ffi

Structs

Owned or borrowed string that can be bound as statement parameter.
UTF-16 encoded string that can be bound as statement parameter.
SqlTimestamp type that can be created from number of seconds since epoch as represented by f64 value.

Traits