Home
last modified time | relevance | path

Searched defs:sqliteStatement (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dstep_result_set.h73 std::shared_ptr<SqliteStatement> sqliteStatement; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_shared_result_set.cpp49 std::shared_ptr<SqliteStatement> sqliteStatement = connection->BeginStepQuery(errCode, in PrepareStep() local
75 std::shared_ptr<SqliteStatement> sqliteStatement = PrepareStep(connection, errCode); in GetAllColumnNames() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Dstep_result_set.h73 std::shared_ptr<SqliteStatement> sqliteStatement; variable