Searched refs:SQLResultFull (Results 1 – 3 of 3) sorted by relevance
154 if (result == SQLResultFull) { in execute()192 } else if (result == SQLResultFull) { in execute()
51 extern const int SQLResultFull;
41 const int SQLResultFull = SQLITE_FULL; variable