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

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1216 static int SQLITE_TCLAPI DbTransPostCmd( function
3441 ** call function DbTransPostCmd() to commit (or rollback) the transaction
3444 Tcl_NRAddCallback(interp, DbTransPostCmd, cd, 0, 0, 0);
3447 rc = DbTransPostCmd(&cd, interp, Tcl_EvalObjEx(interp, pScript, 0));

Completed in 111 milliseconds