Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 34) sorted by relevance

12

/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c95 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 Dthreadtest5.c91 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 Derrmsg.test11 # 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 Dpragma4.test124 if {[permutation]=="prepare"} {
183 if {[permutation]=="prepare"} { catchsql { SELECT * FROM sqlite_master } }
202 if {[permutation]=="prepare"} {
229 if {[permutation]=="prepare"} {
H A Dresetdb.test88 if {[permutation]=="prepare"} { catchsql "SELECT * FROM sqlite_master" db2 }
145 db2 cache flush ;# Required by permutation "prepare".
H A Dall.test42 run_test_suite prepare
H A Dtrace.test68 # 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 Dshell3.test71 } {1 {Error: in prepare, incomplete input}}
H A Dnockpt.test86 # Open a connection on a wal database. Write to it a bit. Then prepare
H A Danalyze3.test31 if {[permutation]=="prepare"} {
607 # Check the effect of an authorization error that occurs in a re-prepare
H A Dtestrunner.tcl202 pcache100 prepare mmap
H A Dmalloc3.test70 # Executing a statement is done in three stages (prepare, step and finalize). A
152 # to prepare and execute the statement.
H A Dtemptable.test295 if {[permutation]=="prepare"} { db2 cache flush }
H A Dalter2.test142 if {[permutation] == "prepare"} { db cache flush }
H A Dshared.test799 # prepare a write operation.
826 # So db3 should be able to prepare a write...
H A Dshell1.test56 } {/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 Dscratchpad-wasmfs-main.js29 db.prepare("insert into t(a) values(?)")
H A Ddemo-123.js87 let q = db.prepare([
H A Dtester1.js1153 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 Dsqlite3-api-oo1.js453 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 DMakefile.in188 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 DMakefile.msc1255 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 Dmain.mk72 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 Dsqlite3ext.h115 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 Dfts5connect.test38 # that the schema has changed and successfully prepare the

12