DuckDB Plugin for Xojo

Recordset.TimestampValue Method

Reads Timestamp value from the recordset by named column.

TimestampValue(
   column as String,
   row as Integer) as EinhugurDuckDB.Timestamp

Parameters

column
Name of the column to read (Case sensitive).
row
The row number to read (zero based).

Returns

EinhugurDuckDB.Timestamp

Remarks

Reading column by name is slower but makes more readable code. Which makes named columns good for small non speed critical jobs.

See Also

Recordset Class