Searched refs:SQLITE_DONE (Results 1 – 4 of 4) sorted by relevance
178 case SQLITE_DONE: in throw_sqlite3_exception()
460 if (result != SQLITE_ROW && result != SQLITE_DONE) { in nativeUpdatesTempOnly()463 return result == SQLITE_DONE; in nativeUpdatesTempOnly()575 } else if (rc != SQLITE_DONE) { in executeNonQuery()595 return err == SQLITE_DONE ? sqlite3_changes(connection->db) : -1; in nativeExecuteForChangedRowCount()604 return err == SQLITE_DONE && sqlite3_changes(connection->db) > 0 in nativeExecuteForLastInsertedRowId()856 } else if (err == SQLITE_DONE) { in nativeExecuteForCursorWindow()
90 case SQLITE_DONE: in throwIfError()139 case SQLITE_DONE: in step()
159 private static final int SQLITE_DONE = 101; field in SQLiteRawStatement255 case SQLITE_DONE: in step()