(stmt1, db)
| 403861 | |
| 403862 | Statement = (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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…