Home
last modified time | relevance | path

Searched refs:echoTransactionCall (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest8.c1102 static int echoTransactionCall(sqlite3_vtab *tab, const char *zCall){ in echoTransactionCall() function
1126 rc = echoTransactionCall(tab, "xBegin"); in echoBegin()
1157 rc = echoTransactionCall(tab, "xSync"); in echoSync()
1184 rc = echoTransactionCall(tab, "xCommit"); in echoCommit()
1197 rc = echoTransactionCall(tab, "xRollback"); in echoRollback()