Enum odbc_sys::SqlStatementAttribute [] [src]

#[repr(i32)]
pub enum SqlStatementAttribute { SQL_ATTR_PARAM_BIND_TYPE, SQL_ATTR_PARAMSET_SIZE, SQL_ATTR_ROW_BIND_TYPE, SQL_ATTR_ROW_ARRAY_SIZE, SQL_ATTR_ROWS_FETCHED_PTR, }

Statement attributes for SQLSetStmtAttr

Variants

Trait Implementations

impl Debug for SqlStatementAttribute
[src]

[src]

Formats the value using the given formatter.

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

impl Clone for SqlStatementAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SqlStatementAttribute
[src]