Searched refs:sqlite3_get_autocommit (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile120 sqlite3_get_autocommit.3 \
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c187 lua_pushboolean(L, sqlite3_get_autocommit(*db));
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h458 #define sqlite3_get_autocommit sqlite3_api->get_autocommit macro
H A Dsqlite3.h6558 ** ^The sqlite3_get_autocommit() interface returns non-zero or
6575 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
H A Dshell.c18065 if( p->bCloseTransaction && sqlite3_get_autocommit(p->dbIn)==0 ){
25787 needCommit = sqlite3_get_autocommit(p->db);
28334 if( sqlite3_get_autocommit(p->db) ){
H A Dsqlite3.c6871 ** ^The sqlite3_get_autocommit() interface returns non-zero or
6888 SQLITE_API int sqlite3_get_autocommit(sqlite3*);
135930 #define sqlite3_get_autocommit macro
181993 SQLITE_API int sqlite3_get_autocommit(sqlite3 *db){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1235 int sqlite3_get_autocommit(sqlite3*);

Completed in 651 milliseconds