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
SQL_ATTR_PARAM_BIND_TYPESQL_ATTR_PARAMSET_SIZESQL_ATTR_ROW_BIND_TYPESQL_ATTR_ROW_ARRAY_SIZESQL_ATTR_ROWS_FETCHED_PTR
Trait Implementations
impl Debug for SqlStatementAttribute[src]
impl PartialEq for SqlStatementAttribute[src]
fn eq(&self, __arg_0: &SqlStatementAttribute) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for SqlStatementAttribute[src]
impl Clone for SqlStatementAttribute[src]
fn clone(&self) -> SqlStatementAttribute[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more