Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dprepared_stmt.h36 const std::string &GetSql() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dprepared_stmt.cpp44 const std::string &PreparedStmt::GetSql() const in GetSql() function in DistributedDB::PreparedStmt
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp473 EXPECT_EQ(prepStmt1.GetSql(), prepStmt2.GetSql());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp876 …errCode = handle->ExecuteQueryBySqlStmt(prepStmt.GetSql(), prepStmt.GetBindArgs(), packetSize, col… in GetRemoteQueryData()