DuckDB Plugin for Xojo
Appender.AppendDate Method
Adds Date field to the row.
AppendDate(
value
as
EinhugurDuckDB.Date
)
Parameters
value
The value to be added. If nil, then NULL will be put in the database.
Remarks
See Also
Appender Class