DuckDB Plugin for Xojo

PreparedStatement.SQLSelect Method

Executes statement query, returning the result as EinhugurDuckDB.Recordset or nil.

SQLSelect() as EinhugurDuckDB.Recordset

Parameters

Returns

EinhugurDuckDB.Recordset
The result recordset or nil if there was error.

Remarks

See Also

PreparedStatement Class