Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Dsqlite_connection.h50 std::shared_ptr<SqliteStatement> BeginStepQuery(int &errCode, const std::string &sql,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dsqlite_connection.h52 std::shared_ptr<SqliteStatement> BeginStepQuery(int &errCode, const std::string &sql,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_shared_result_set.cpp47 std::shared_ptr<SqliteStatement> sqliteStatement = connection->BeginStepQuery(errCode, in PrepareStep()
Dsqlite_connection.cpp739 std::shared_ptr<SqliteStatement> SqliteConnection::BeginStepQuery(int &errCode, const std::string &… in BeginStepQuery() function in OHOS::NativeRdb::SqliteConnection