Struct odbc_api::RowSetCursor [−][src]
pub struct RowSetCursor<C: Cursor, B> { /* fields omitted */ }
A row set cursor iterates in blocks over row sets, filling them in buffers, instead of iterating the result set row by row. This is usually much faster.
Implementations
impl<C, B> RowSetCursor<C, B> where
    C: Cursor, [src]
impl<C, B> RowSetCursor<C, B> where
    C: Cursor, [src]Trait Implementations
Auto Trait Implementations
impl<C, B> RefUnwindSafe for RowSetCursor<C, B> where
    B: RefUnwindSafe,
    C: RefUnwindSafe, 
B: RefUnwindSafe,
C: RefUnwindSafe,
impl<C, B> Send for RowSetCursor<C, B> where
    B: Send,
    C: Send, 
B: Send,
C: Send,
impl<C, B> Sync for RowSetCursor<C, B> where
    B: Sync,
    C: Sync, 
B: Sync,
C: Sync,
impl<C, B> Unpin for RowSetCursor<C, B> where
    B: Unpin,
    C: Unpin, 
B: Unpin,
C: Unpin,
impl<C, B> UnwindSafe for RowSetCursor<C, B> where
    B: UnwindSafe,
    C: UnwindSafe, 
B: UnwindSafe,
C: UnwindSafe,