Enum odbc_sys::SqlDataType
[−]
[src]
#[repr(i16)]pub enum SqlDataType { SQL_UNKNOWN_TYPE, SQL_CHAR, SQL_NUMERIC, SQL_DECIMAL, SQL_INTEGER, SQL_SMALLINT, SQL_FLOAT, SQL_REAL, SQL_DOUBLE, SQL_DATETIME, SQL_VARCHAR, }
SQL Data Types
Variants
SQL_UNKNOWN_TYPESQL_CHARSQL_NUMERICSQL_DECIMALSQL_INTEGERSQL_SMALLINTSQL_FLOATSQL_REALSQL_DOUBLESQL_DATETIMESQL_VARCHARTrait Implementations
impl Debug for SqlDataType[src]
impl PartialEq for SqlDataType[src]
fn eq(&self, __arg_0: &SqlDataType) -> bool
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
This method tests for !=.
impl Eq for SqlDataType[src]
impl Clone for SqlDataType[src]
fn clone(&self) -> SqlDataType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more