Home
last modified time | relevance | path

Searched defs:prepare (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/test/
H A Dthreadtest5.c91 static sqlite3_stmt *prepare( in prepare() function
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js604 prepare: function(sql){ method in DB
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c57 static sqlite3_stmt *prepare(sqlite3 *db, const char *zFormat, ...){ in prepare() function
/sqlite-3.40.0/src/
H A Dsqlite3ext.h115 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member