Searched refs:SQLResultConstraint (Results 1 – 4 of 4) sorted by relevance
54 extern const int SQLResultConstraint;
45 const int SQLResultConstraint = SQLITE_CONSTRAINT; variable
126 } else if (result == SQLResultConstraint) { in execute()
191 } else if (result == SQLResultConstraint) { in execute()