MCPcopy Create free account
hub / github.com/sql-js/sql.js / Statement

Function Statement

js/sql-debug.js:403863–403868  ·  view source on GitHub ↗
(stmt1, db)

Source from the content-addressed store, hash-verified

403861
403862Statement = (function() {
403863 function Statement(stmt1, db) {
403864 this.stmt = stmt1;
403865 this.db = db;
403866 this.pos = 1;
403867 this.allocatedmem = [];
403868 }
403869
403870
403871 /* Bind values to the parameters, after having reseted the statement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…