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

Trait Implementations

impl Debug for FetchOrientation
[src]

Formats the value using the given formatter.

impl PartialEq for FetchOrientation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FetchOrientation
[src]

impl Clone for FetchOrientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FetchOrientation
[src]