Home
last modified time | relevance | path

Searched refs:checkPrimaryKeyStmt (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp693 sqlite3_stmt *checkPrimaryKeyStmt = nullptr; in JudgeIfGetRowid() local
694 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()