Skip to main content
Version: 7.2

SqlJsStatement

Prepared statement handle, as returned by db.prepare().

Index

Methods

bind

  • bind(params): boolean
  • Parameters

    Returns boolean

free

  • free(): boolean
  • Returns boolean

getAsObject

getColumnNames

  • getColumnNames(): string[]
  • Returns string[]

getSQL

  • getSQL(): string
  • The single statement sql.js actually consumed from the string passed to db.prepare().


    Returns string

step

  • step(): boolean
  • Returns boolean