pub struct BlobParam<'a> { /* private fields */ }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 in case of streaming from a stream of unknown length (e.g.
stdin) or the result of odbc_sys::len_data_at_exec if the length of the stream is known
in advance (e.g. a File). Read more
Pointer to reference of crate::parameter::Blob the stream or an application defined
value identifying the stream. Read more