DuckDB Plugin for Xojo

Appender.AppendTime Method

Adds Time field to the row.

AppendTime(
   value as EinhugurDuckDB.Time)

Parameters

value
The value to be added. If nil, then NULL will be put in the database.

Remarks

See Also

Appender Class