DuckDB Plugin for Xojo

PreparedStatement.BindBlob Method

Binds Blob value to the prepared statement.

BindBlob(
   fieldNumber as Integer,
   value as MemoryBlock)

Parameters

fieldNumber
The field number in the prepared statement (zero based).
value
The MemoryBlock to put in the blob or nil. If nil is passed in then NULL will be put in the field.

Remarks

See Also

PreparedStatement Class