Enum odbc_sys::FetchOrientation
source · #[repr(u16)]
pub enum FetchOrientation {
Next,
First,
Last,
Prior,
Absolute,
Relative,
FirstUser,
FirstSystem,
}Expand description
Codes used for FetchOrientation in SQLFetchScroll, SQLDataSources and in SQLDrivers
Variants§
Trait Implementations§
source§impl Clone for FetchOrientation
impl Clone for FetchOrientation
source§fn clone(&self) -> FetchOrientation
fn clone(&self) -> FetchOrientation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FetchOrientation
impl Debug for FetchOrientation
source§impl PartialEq<FetchOrientation> for FetchOrientation
impl PartialEq<FetchOrientation> for FetchOrientation
source§fn eq(&self, other: &FetchOrientation) -> bool
fn eq(&self, other: &FetchOrientation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.