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.
Either odbc_sys::DATA_AT_EXEC
or the result of odbc_sys::len_data_at_exec
.
Pointer to the stream or an application defined value identifying the stream.