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