Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/test/
H A Dthreadtest5.c63 static int exec( in exec() function
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-worker1.js505 exec: function(ev){ method
H A Dsqlite3-api-oo1.js761 exec: function(/*(sql [,obj]) || (obj)*/){ method in DB
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1.js110 exec: function(ev){ method
/sqlite-3.40.0/src/
H A Dsqlite3ext.h98 int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); member