Searched refs:checkPrimaryKeyStmt (Results 1 – 1 of 1) sorted by relevance
693 sqlite3_stmt *checkPrimaryKeyStmt = nullptr; in JudgeIfGetRowid() local694 int errCode = GetStatement(db, checkPrimaryKeySql, checkPrimaryKeyStmt); in JudgeIfGetRowid()699 errCode = SQLiteUtils::StepWithRetry(checkPrimaryKeyStmt); in JudgeIfGetRowid()701 int count = sqlite3_column_int(checkPrimaryKeyStmt, 0); in JudgeIfGetRowid()702 GetColumnTextValue(checkPrimaryKeyStmt, 1, type); in JudgeIfGetRowid()710 ResetStatement(checkPrimaryKeyStmt); in JudgeIfGetRowid()