Searched refs:GetSql (Results 1 – 4 of 4) sorted by relevance
36 const std::string &GetSql() const;
44 const std::string &PreparedStmt::GetSql() const in GetSql() function in DistributedDB::PreparedStmt
473 EXPECT_EQ(prepStmt1.GetSql(), prepStmt2.GetSql());
876 …errCode = handle->ExecuteQueryBySqlStmt(prepStmt.GetSql(), prepStmt.GetBindArgs(), packetSize, col… in GetRemoteQueryData()