Enum odbc_sys::OdbcVersion
[−]
[src]
pub enum OdbcVersion {
SQL_OV_ODBC2,
SQL_OV_ODBC3,
SQL_OV_ODBC3_80,
}ODBC verions
Used in conjunction with SQL_ATTR_ODBC_VERSION and SQLSetEnvAttr to declare the ODBC
version used by the application.
Variants
SQL_OV_ODBC2SQL_OV_ODBC3SQL_OV_ODBC3_80
Trait Implementations
impl Debug for OdbcVersion[src]
impl PartialEq for OdbcVersion[src]
fn eq(&self, __arg_0: &OdbcVersion) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for OdbcVersion[src]
impl Clone for OdbcVersion[src]
fn clone(&self) -> OdbcVersion[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more