Enum odbc_sys::InputOutput
[−]
[src]
#[repr(u16)]pub enum InputOutput { SQL_PARAM_TYPE_UNKNOWN, SQL_PARAM_INPUT, SQL_PARAM_INPUT_OUTPUT, SQL_RESULT_COL, SQL_PARAM_OUTPUT, SQL_RETURN_VALUE, SQL_PARAM_INPUT_OUTPUT_STREAM, SQL_PARAM_OUTPUT_STREAM, }
Used by SQLBindParameter.
Variants
SQL_PARAM_TYPE_UNKNOWNSQL_PARAM_INPUTSQL_PARAM_INPUT_OUTPUTSQL_RESULT_COLSQL_PARAM_OUTPUTSQL_RETURN_VALUESQL_PARAM_INPUT_OUTPUT_STREAMSQL_PARAM_OUTPUT_STREAM
Trait Implementations
impl Debug for InputOutput[src]
impl PartialEq for InputOutput[src]
fn eq(&self, __arg_0: &InputOutput) -> 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 InputOutput[src]
impl Clone for InputOutput[src]
fn clone(&self) -> InputOutput[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