Searched refs:clearId_ (Results 1 – 2 of 2) sorted by relevance
123 : clearId_(0), in SQLiteMultiVerTransaction()233 clearId_ = 0; in Clear()383 clearId_ = 0; // Clear the clear id. in CheckToSaveRecord()827 clearId_ = 0; in ResetVersion()1145 if (clearId_ > 0) { // only changes at the begin or after clear operation. in GetClearId()1154 clearId_ = 1; in GetClearId()1165 clearId_ = 1; in GetClearId()1168 clearId_ = sqlite3_column_int64(statement, 0); // Get the max rowid from the 1st column. in GetClearId()1189 …errCode = sqlite3_bind_int64(statement, index + 2, clearId_); // 2 is clearId combination using wi… in BindClearIdAndVersion()
203 mutable int64_t clearId_; // for query the result after the clear operation in the same commit. variable