Trait odbc_safe::Version[][src]

pub unsafe trait Version: VersionOption {
    fn constant() -> OdbcVersion;
}

Type indicates an ODBC Version

Required methods

fn constant() -> OdbcVersion[src]

The SQL_ATTR_ODBC_VERSION used with SQLSetEnvAttr

Loading content...

Implementors

Loading content...