DuckDB Plugin for Xojo

EinhugurDuckDB.PreparedStatement Class (console safe)

Provides the API for working with prepared statements. Use Database.Prepare to create a EinhugurDuckDB.PreparedStatement.

Object
   PreparedStatement

class EinhugurDuckDB.PreparedStatement

Constructors

PreparedStatementPrivate constructor.

Methods

BindBlobBinds Blob value to the prepared statement.
BindBooleanBinds Boolean value to the prepared statement.
BindCurrencyBinds Currency value to the prepared statement.
BindDateBinds Date value to the prepared statement.
BindDoubleBinds Double value to the prepared statement.
BindInt16Binds Int16 value to the prepared statement.
BindInt32Binds Int32 value to the prepared statement.
BindInt64Binds Int64 value to the prepared statement.
BindInt8Binds Int8 value to the prepared statement.
BindNullBinds NULL value to the prepared statement.
BindSingleBinds Single value to the prepared statement.
BindStringBinds String value to the prepared statement.
BindTimeBinds Time value to the prepared statement.
BindTimestampBinds Timestamp value to the prepared statement.
SQLExecuteExecutes SQL statement without returning result.
SQLSelectExecutes statement query, returning the result as EinhugurDuckDB.Recordset or nil.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit