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 more