SqlJsStatement
Index
Methods
bind
Parameters
optionalparams: SqlValue[]
Returns boolean
free
Returns boolean
getAsObject
Returns Record<string, SqlValue>
getColumnNames
Returns string[]
getSQL
The single statement sql.js actually consumed from the string passed to
db.prepare().Returns string
step
Returns boolean
Prepared statement handle, as returned by
db.prepare().