Home
last modified time | relevance | path

Searched defs:GetStatement (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp34 int SQLiteSingleVerRelationalContinueToken::GetStatement(sqlite3 *db, sqlite3_stmt *&queryStmt, sql… in GetStatement() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_result_set.cpp369 …ir<std::shared_ptr<RdbStatement>, std::shared_ptr<RdbConnection>> RdSharedResultSet::GetStatement() in GetStatement() function in OHOS::NativeRdb::RdSharedResultSet
H A Dtrans_db.cpp261 std::pair<int32_t, std::shared_ptr<Statement>> TransDB::GetStatement(const std::string &sql) const in GetStatement() function in OHOS::NativeRdb::TransDB
H A Dstep_result_set.cpp399 std::shared_ptr<Statement> StepResultSet::GetStatement() in GetStatement() function in OHOS::NativeRdb::StepResultSet
H A Dabs_predicates.cpp566 std::string AbsPredicates::GetStatement() const in GetStatement() function in OHOS::NativeRdb::AbsPredicates
H A Drdb_store_impl.cpp2242 std::pair<int32_t, std::shared_ptr<Statement>> RdbStoreImpl::GetStatement( in GetStatement() function in OHOS::NativeRdb::RdbStoreImpl
2251 std::pair<int32_t, std::shared_ptr<Statement>> RdbStoreImpl::GetStatement(const std::string& sql, b… in GetStatement() function in OHOS::NativeRdb::RdbStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp86 int RDSQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement() function in DocumentDB::RDSQLiteUtils
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp106 std::string RdbQuery::GetStatement() const in GetStatement() function in OHOS::DistributedRdb::RdbQuery
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp716 napi_value RdbPredicatesProxy::GetStatement(napi_env env, napi_callback_info info) in GetStatement() function in OHOS::RelationalStoreJsKit::RdbPredicatesProxy
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1067 int GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&stmt) in GetStatement() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp238 int SQLiteUtils::GetStatement(sqlite3 *db, const std::string &sql, sqlite3_stmt *&statement) in GetStatement() function in DistributedDB::SQLiteUtils