circu.js
    Preparing search index...

    SQLite3 prepared statement

    Index

    Constructors

    Methods

    • Execute the prepared statement and return all rows

      Parameters

      • Optionalparams: any

        Optional parameters to bind

      Returns any[]

      Array of rows

    • Bind parameters without executing the statement.

      Parameters

      • Optionalparams: any

        Parameters to bind

      Returns void

    • Expand the prepared statement with bound parameters

      Returns string

      The expanded SQL string

    • Finalize the prepared statement

      Returns void

    • Reset the statement cursor while preserving bindings.

      Returns void

    • Execute the prepared statement and return the result

      Parameters

      • Optionalparams: any

        Optional parameters to bind

      Returns any

      The result of the statement