Enum odbc_sys::OdbcVersion[][src]

#[repr(i32)]
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

Trait Implementations

impl Debug for OdbcVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OdbcVersion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OdbcVersion
[src]

impl Clone for OdbcVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OdbcVersion
[src]

impl From<OdbcVersion> for *mut c_void
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for OdbcVersion

impl Sync for OdbcVersion