SQLULEN

Type Alias SQLULEN 

Source
pub type SQLULEN = usize;

Trait Implementations§

Source§

impl AsMutSQLPOINTER for SQLULEN

Source§

impl Attr<SQL_ATTR_KEYSET_SIZE> for SQLULEN

Source§

impl Attr<SQL_ATTR_MAX_LENGTH> for SQLULEN

Source§

impl Attr<SQL_ATTR_MAX_ROWS> for SQLULEN

Source§

impl Attr<SQL_ATTR_QUERY_TIMEOUT> for SQLULEN

Source§

impl Attr<SQL_ATTR_ROW_NUMBER> for SQLULEN

Source§

impl Attr<SQL_DESC_ARRAY_SIZE> for SQLULEN

Source§

impl AttrZeroAssert for SQLULEN

Source§

impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_ARRAY_SIZE, SQL_OV_ODBC3> for SQLULEN

Source§

fn update_handle(&self, _: &D)
where Self: AttrSet<A>,

Source§

impl Ident for SQLULEN

Source§

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

Source§

type Type = i16

Source§

impl IntoSQLPOINTER for SQLULEN

Source§

impl PartialEq<AsyncEnable> for SQLULEN

Source§

fn eq(&self, other: &AsyncEnable) -> 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<Concurrency> for SQLULEN

Source§

fn eq(&self, other: &Concurrency) -> 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<CursorScrollable> for SQLULEN

Source§

fn eq(&self, other: &CursorScrollable) -> 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<CursorSensitivity> for SQLULEN

Source§

fn eq(&self, other: &CursorSensitivity) -> 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<CursorType> for SQLULEN

Source§

fn eq(&self, other: &CursorType) -> 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<Noscan> for SQLULEN

Source§

fn eq(&self, other: &Noscan) -> 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<RetrieveData> for SQLULEN

Source§

fn eq(&self, other: &RetrieveData) -> 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<SimulateCursor> for SQLULEN

Source§

fn eq(&self, other: &SimulateCursor) -> 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<UseBookmarks> for SQLULEN

Source§

fn eq(&self, other: &UseBookmarks) -> 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_ATTR_KEYSET_SIZE> for SQLULEN

Source§

impl AttrGet<SQL_ATTR_MAX_LENGTH> for SQLULEN

Source§

impl AttrGet<SQL_ATTR_MAX_ROWS> for SQLULEN

Source§

impl AttrGet<SQL_ATTR_QUERY_TIMEOUT> for SQLULEN

Source§

impl AttrGet<SQL_ATTR_ROW_NUMBER> for SQLULEN

Source§

impl AttrGet<SQL_DESC_ARRAY_SIZE> for SQLULEN

Source§

impl AttrSet<SQL_ATTR_KEYSET_SIZE> for SQLULEN

Source§

impl AttrSet<SQL_ATTR_MAX_LENGTH> for SQLULEN

Source§

impl AttrSet<SQL_ATTR_MAX_ROWS> for SQLULEN

Source§

impl AttrSet<SQL_ATTR_QUERY_TIMEOUT> for SQLULEN

Source§

impl AttrSet<SQL_DESC_ARRAY_SIZE> for SQLULEN

Source§

impl Scalar for SQLULEN

Source§

impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_KEYSET_SIZE, SQL_OV_ODBC3> for SQLULEN

Source§

impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_MAX_LENGTH, SQL_OV_ODBC3> for SQLULEN

Source§

impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_MAX_ROWS, SQL_OV_ODBC3> for SQLULEN

Source§

impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_QUERY_TIMEOUT, SQL_OV_ODBC3> for SQLULEN

Source§

impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_ROW_NUMBER, SQL_OV_ODBC3> for SQLULEN