| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 95 pStmt = prepare(db, in showSchema() 204 pStmt = prepare(db, in showVocabulary() 262 pStmt = prepare(db, in showVocabulary() 299 pStmt = prepare(db, in showSegmentStats() 309 pStmt = prepare(db, in showSegmentStats() 320 pStmt = prepare(db, in showSegmentStats() 366 pStmt = prepare(db, in showSegmentStats() 389 pStmt = prepare(db, in showSegmentStats() 473 pStmt = prepare(db, in showSegdirMap() 479 pStmt2 = prepare(db, in showSegdirMap() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest5.c | 91 static sqlite3_stmt *prepare( in prepare() function 125 sqlite3_stmt *q = prepare(db, zWorker, __LINE__, in waitOnTable() 166 q1 = prepare(db, zName, __LINE__, in worker() 309 q = prepare(db, "MAIN", __LINE__, in main() 317 q = prepare(db, "MAIN", __LINE__, "SELECT count(*) FROM p2"); in main() 323 q = prepare(db, "MAIN", __LINE__, "SELECT x FROM p1 EXCEPT SELECT x FROM p2"); in main() 329 q = prepare(db, "MAIN", __LINE__, "SELECT x FROM p2 EXCEPT SELECT x FROM p1"); in main()
|
| H A D | errmsg.test | 11 # Test that if sqlite3_prepare_v2() is used to prepare a query, the 29 proc error_messages_worker {prepare sql schema} { 32 set stmt [$prepare db $sql -1 dummy]
|
| H A D | pragma4.test | 124 if {[permutation]=="prepare"} { 183 if {[permutation]=="prepare"} { catchsql { SELECT * FROM sqlite_master } } 202 if {[permutation]=="prepare"} { 229 if {[permutation]=="prepare"} {
|
| H A D | resetdb.test | 88 if {[permutation]=="prepare"} { catchsql "SELECT * FROM sqlite_master" db2 } 145 db2 cache flush ;# Required by permutation "prepare".
|
| H A D | all.test | 42 run_test_suite prepare
|
| H A D | trace.test | 68 # If we prepare a statement and execute it multiple times, the trace 138 # If we prepare a statement and execute it multiple times, the profile
|
| H A D | shell3.test | 71 } {1 {Error: in prepare, incomplete input}}
|
| H A D | nockpt.test | 86 # Open a connection on a wal database. Write to it a bit. Then prepare
|
| H A D | analyze3.test | 31 if {[permutation]=="prepare"} { 607 # Check the effect of an authorization error that occurs in a re-prepare
|
| H A D | testrunner.tcl | 202 pcache100 prepare mmap
|
| H A D | malloc3.test | 70 # Executing a statement is done in three stages (prepare, step and finalize). A 152 # to prepare and execute the statement.
|
| H A D | temptable.test | 295 if {[permutation]=="prepare"} { db2 cache flush }
|
| H A D | alter2.test | 142 if {[permutation] == "prepare"} { db cache flush }
|
| H A D | shared.test | 799 # prepare a write operation. 826 # So db3 should be able to prepare a write...
|
| H A D | shell1.test | 56 } {/1 .Error: in prepare, near "FOO": syntax error*/} 81 } {/1 .Error: in prepare, near "BAD": syntax error*/}
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | scratchpad-wasmfs-main.js | 29 db.prepare("insert into t(a) values(?)")
|
| H A D | demo-123.js | 87 let q = db.prepare([
|
| H A D | tester1.js | 1153 let st = this.db.prepare( 1308 let st = db.prepare("update t set b=:b where a='blob'"); 1318 db.prepare("/*empty SQL*/"); 1693 T.mustThrowMatching(()=>{db.prepare("select ?").bind(minMaxI64[0] - BigInt(1))}, 1695 mustThrowMatching(()=>{db.prepare("select ?").bind(minMaxI64[1] + BigInt(1))},
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 453 stmt = db.prepare(sql).bind(bind); 604 prepare: function(sql){ method in DB 1044 stmt = this.prepare(sql).bind(bind);
|
| /sqlite-3.40.0/ |
| H A D | Makefile.in | 188 pager.lo parse.lo pcache.lo pcache1.lo pragma.lo prepare.lo printf.lo \ 272 $(TOP)/src/prepare.c \ 504 $(TOP)/src/prepare.c \ 967 prepare.lo: $(TOP)/src/prepare.c $(HDR) 968 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/prepare.c
|
| H A D | Makefile.msc | 1255 pager.lo pcache.lo pcache1.lo pragma.lo prepare.lo printf.lo \ 1346 $(TOP)\src\prepare.c \ 2082 prepare.lo: $(TOP)\src\prepare.c $(HDR) 2083 $(LTCOMPILE) $(CORE_COMPILE_OPTS) -c $(TOP)\src\prepare.c
|
| H A D | main.mk | 72 pager.o pcache.o pcache1.o pragma.o prepare.o printf.o \ 149 $(TOP)/src/prepare.c \ 423 $(TOP)/src/prepare.c \
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 115 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member 465 #define sqlite3_prepare sqlite3_api->prepare
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5connect.test | 38 # that the schema has changed and successfully prepare the
|