Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtrigger.c1116 static const char *onErrorText(int onError){ in onErrorText() function
1199 pTrigger->zName, onErrorText(orconf), in codeRowTrigger()
1236 VdbeComment((v, "End: %s.%s", pTrigger->zName, onErrorText(orconf))); in codeRowTrigger()
1320 (v, "Call: %s.%s", (p->zName?p->zName:"fkey"), onErrorText(orconf))); in sqlite3CodeRowTriggerDirect()