DuckDB Plugin for Xojo

PreparedStatement.BindInt8 Method

Binds Int8 value to the prepared statement.

BindInt8(
   fieldNumber as Integer,
   value as Int8)

Parameters

fieldNumber
The field number in the prepared statement (zero based).
value
The value to put in the field.

Remarks

See Also

PreparedStatement Class