Enum odbc_sys::FetchOrientation [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for FetchOrientationimpl Send for FetchOrientationimpl Sync for FetchOrientationimpl Unpin for FetchOrientationimpl UnwindSafe for FetchOrientationBlanket Implementations
Mutably borrows from an owned value. Read more