Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp86 PrintInfoForDbError(ret, newSql); in Prepare()
99 void SqliteStatement::PrintInfoForDbError(int errCode, const std::string &sql) in PrintInfoForDbError() function in OHOS::NativeRdb::SqliteStatement
292 PrintInfoForDbError(ret, sql_); in InnerStep()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h92 void PrintInfoForDbError(int errCode, const std::string &sql);