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

Trait Implementations

impl Debug for OdbcVersion
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OdbcVersion
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for OdbcVersion
[src]

impl Clone for OdbcVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OdbcVersion
[src]