Struct ibm_db::Cursor[][src]

pub struct Cursor<'s, 'a: 's, 'b: 's, S: 's, AC: AutocommitMode> { /* fields omitted */ }
Expand description

Used to retrieve data from the fields of a query result

Implementations

Retrieves data for a single column in the result set

Panics

If you try to convert to &str but the data can’t be converted without allocating an intermediate buffer.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.