SQLUSMALLINT

Type Alias SQLUSMALLINT 

Source
pub type SQLUSMALLINT = u16;

Trait Implementations§

Source§

impl Attr<SQL_ACTIVE_ENVIRONMENTS> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_CATALOG_NAME_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_COLUMNS_IN_GROUP_BY> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_COLUMNS_IN_INDEX> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_COLUMNS_IN_ORDER_BY> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_COLUMNS_IN_SELECT> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_COLUMNS_IN_TABLE> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_COLUMN_NAME_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_CONCURRENT_ACTIVITIES> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_CURSOR_NAME_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_DRIVER_CONNECTIONS> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_IDENTIFIER_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_PROCEDURE_NAME_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_SCHEMA_NAME_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_TABLES_IN_SELECT> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_TABLE_NAME_LEN> for SQLUSMALLINT

Source§

impl Attr<SQL_MAX_USER_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrZeroAssert for SQLUSMALLINT

Source§

impl Ident for SQLUSMALLINT

Source§

const IDENTIFIER: Self::Type = {transmute(0xfff9): <u16 as Ident>::Type}

Source§

type Type = i16

Source§

impl IntoSQLPOINTER for SQLUSMALLINT

Source§

impl PartialEq<BulkOperation> for SQLUSMALLINT

Source§

fn eq(&self, other: &BulkOperation) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<ConcatNullBehavior> for SQLUSMALLINT

Source§

fn eq(&self, other: &ConcatNullBehavior) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<CorrelationName> for SQLUSMALLINT

Source§

fn eq(&self, other: &CorrelationName) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<CursorBehavior> for SQLUSMALLINT

Source§

fn eq(&self, other: &CursorBehavior) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<DriverCompletion> for SQLUSMALLINT

Source§

fn eq(&self, other: &DriverCompletion) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<FileUsage> for SQLUSMALLINT

Source§

fn eq(&self, other: &FileUsage) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<FreeStmtOption> for SQLUSMALLINT

Source§

fn eq(&self, other: &FreeStmtOption) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<FunctionId> for SQLUSMALLINT

Source§

fn eq(&self, other: &FunctionId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<GroupBy> for SQLUSMALLINT

Source§

fn eq(&self, other: &GroupBy) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<IdentifierCase> for SQLUSMALLINT

Source§

fn eq(&self, other: &IdentifierCase) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<LockType> for SQLUSMALLINT

Source§

fn eq(&self, other: &LockType) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<NonNullableColumns> for SQLUSMALLINT

Source§

fn eq(&self, other: &NonNullableColumns) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<NullCollation> for SQLUSMALLINT

Source§

fn eq(&self, other: &NullCollation) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<Operation> for SQLUSMALLINT

Source§

fn eq(&self, other: &Operation) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<Reserved> for SQLUSMALLINT

Source§

fn eq(&self, other: &Reserved) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<TxnCapable> for SQLUSMALLINT

Source§

fn eq(&self, other: &TxnCapable) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<Unique> for SQLUSMALLINT

Source§

fn eq(&self, other: &Unique) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl AttrGet<SQL_ACTIVE_ENVIRONMENTS> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_CATALOG_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_COLUMNS_IN_GROUP_BY> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_COLUMNS_IN_INDEX> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_COLUMNS_IN_ORDER_BY> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_COLUMNS_IN_SELECT> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_COLUMNS_IN_TABLE> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_COLUMN_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_CONCURRENT_ACTIVITIES> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_CURSOR_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_DRIVER_CONNECTIONS> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_IDENTIFIER_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_PROCEDURE_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_SCHEMA_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_TABLES_IN_SELECT> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_TABLE_NAME_LEN> for SQLUSMALLINT

Source§

impl AttrGet<SQL_MAX_USER_NAME_LEN> for SQLUSMALLINT

Source§

impl<V: OdbcVersion> CData<SQL_C_USHORT, V> for SQLUSMALLINT

Source§

impl CScalar for SQLUSMALLINT

Source§

impl InfoType<SQL_ACTIVE_ENVIRONMENTS, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_CATALOG_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_COLUMNS_IN_GROUP_BY, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_COLUMNS_IN_INDEX, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_COLUMNS_IN_ORDER_BY, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_COLUMNS_IN_SELECT, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_COLUMNS_IN_TABLE, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_COLUMN_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_CONCURRENT_ACTIVITIES, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_CURSOR_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_DRIVER_CONNECTIONS, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_IDENTIFIER_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_PROCEDURE_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_SCHEMA_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_TABLES_IN_SELECT, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_TABLE_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl InfoType<SQL_MAX_USER_NAME_LEN, SQL_OV_ODBC3> for SQLUSMALLINT

Source§

impl Scalar for SQLUSMALLINT