Enum odbc_sys::AttrOdbcVersion [−][src]
#[repr(i32)]
pub enum AttrOdbcVersion {
Odbc3,
Odbc3_80,
}Expand description
ODBC verions
Possible values for OdbcVersion attribute set with SQLSetEnvAttr to declare ODBC version
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AttrOdbcVersionimpl Send for AttrOdbcVersionimpl Sync for AttrOdbcVersionimpl Unpin for AttrOdbcVersionimpl UnwindSafe for AttrOdbcVersionBlanket Implementations
Mutably borrows from an owned value. Read more