Enum odbc_sys::SqlConnectionAttribute[][src]

#[repr(i32)]
pub enum SqlConnectionAttribute { SQL_ATTR_ACCESS_MODE, SQL_ATTR_AUTOCOMMIT, SQL_ATTR_LOGIN_TIMEOUT, SQL_ATTR_TRACE, SQL_ATTR_TRACEFILE, SQL_ATTR_TRANSLATE_LIB, SQL_ATTR_TRANSLATE_OPTION, SQL_ATTR_TXN_ISOLATION, SQL_ATTR_CURRENT_CATALOG, SQL_ATTR_ODBC_CURSORS, SQL_ATTR_QUIET_MODE, SQL_ATTR_PACKET_SIZE, SQL_ATTR_CONNECTION_TIMEOUT, SQL_ATTR_DISCONNECT_BEHAVIOR, SQL_ATTR_ENLIST_IN_DTC, SQL_ATTR_ENLIST_IN_XA, }

Connection attributes for SQLSetConnectAttr

Variants

Trait Implementations

impl Debug for SqlConnectionAttribute
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SqlConnectionAttribute
[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 SqlConnectionAttribute
[src]

impl Clone for SqlConnectionAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SqlConnectionAttribute
[src]

Auto Trait Implementations