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_DATE, SQL_TIME, SQL_TIMESTAMP, SQL_EXT_LONGVARCHAR, SQL_EXT_BINARY, SQL_EXT_VARBINARY, SQL_EXT_LONGVARBINARY, SQL_EXT_BIGINT, SQL_EXT_TINYINT, SQL_EXT_BIT, SQL_EXT_WCHAR, SQL_EXT_WVARCHAR, SQL_EXT_WLONGVARCHAR, SQL_EXT_GUID, }

SQL Data Types

Variants

Trait Implementations

impl Debug for SqlDataType
[src]

[src]

Formats the value using the given formatter.

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

impl Clone for SqlDataType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SqlDataType
[src]