Searched refs:BeginStepQuery (Results 1 – 4 of 4) sorted by relevance
50 std::shared_ptr<SqliteStatement> BeginStepQuery(int &errCode, const std::string &sql,
52 std::shared_ptr<SqliteStatement> BeginStepQuery(int &errCode, const std::string &sql,
47 std::shared_ptr<SqliteStatement> sqliteStatement = connection->BeginStepQuery(errCode, in PrepareStep()
739 std::shared_ptr<SqliteStatement> SqliteConnection::BeginStepQuery(int &errCode, const std::string &… in BeginStepQuery() function in OHOS::NativeRdb::SqliteConnection