Struct odbc_safe::Odbc3 [] [src]

pub struct Odbc3;

Used to declare ODBC 3 specifications.

Trait Implementations

impl Debug for Odbc3
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Odbc3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Odbc3
[src]

impl Version for Odbc3
[src]

[src]

The SQL_ATTR_ODBC_VERSION used with SQLSetEnvAttr

Auto Trait Implementations

impl Send for Odbc3

impl Sync for Odbc3