[][src]Trait odbc_safe::Version

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

Type indicates an ODBC Version

Required methods

fn constant() -> OdbcVersion

The SQL_ATTR_ODBC_VERSION used with SQLSetEnvAttr

Loading content...

Implementors

impl Version for Odbc3[src]

impl Version for Odbc3m8[src]

Loading content...