DuckDB Plugin for Xojo

PreparedStatement.BindTimestamp Method

Binds Timestamp value to the prepared statement.

BindTimestamp(
   fieldNumber as Integer,
   value as EinhugurDuckDB.Timestamp)

Parameters

fieldNumber
The field number in the prepared statement (zero based).
value
The Timestamp 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