Struct odbc_api::parameter::BlobParam[][src]

pub struct BlobParam<'a> { /* fields omitted */ }
Expand description

Parameter type which can be used to bind a self::Blob as parameter to a statement in order for its contents to be streamed to the database at statement execution time.

Implementations

Trait Implementations

Then streaming data to the “data source” the driver converts the data from this type.

Pointer to the stream or an application defined value identifying the stream.

The SQL data as which the parameter is bound to ODBC.

Bind the parameter in question to a specific parameter_number. Read more

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.

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.