DuckDB Plugin for Xojo

PreparedStatement.BindInt32 Method

Binds Int32 value to the prepared statement.

BindInt32(
   fieldNumber as Integer,
   value as Int32)

Parameters

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

Remarks

See Also

PreparedStatement Class