Enum odbc_sys::FetchOrientation
[−]
[src]
#[repr(u16)]pub enum FetchOrientation { SQL_FETCH_NEXT, SQL_FETCH_FIRST, SQL_FETCH_LAST, SQL_FETCH_PRIOR, SQL_FETCH_ABSOLUTE, SQL_FETCH_RELATIVE, SQL_FETCH_FIRST_USER, SQL_FETCH_FIRST_SYSTEM, }
Codes used for FetchOrientation in SQLFetchScroll, SQLDataSources and in SQLDrivers
Variants
SQL_FETCH_NEXTSQL_FETCH_FIRSTSQL_FETCH_LASTSQL_FETCH_PRIORSQL_FETCH_ABSOLUTESQL_FETCH_RELATIVESQL_FETCH_FIRST_USERSQL_FETCH_FIRST_SYSTEM
Trait Implementations
impl Debug for FetchOrientation[src]
impl PartialEq for FetchOrientation[src]
fn eq(&self, __arg_0: &FetchOrientation) -> 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 FetchOrientation[src]
impl Clone for FetchOrientation[src]
fn clone(&self) -> FetchOrientation[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