DuckDB Plugin for Xojo

PreparedStatement.BindDate Method

Binds Date value to the prepared statement.

BindDate(
   fieldNumber as Integer,
   value as EinhugurDuckDB.Date)

Parameters

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

Remarks

See Also

PreparedStatement Class