如何从 Google Datastore(Java 中)删除特定记录?

发布于 2024-08-30 13:45:47 字数 172 浏览 5 评论 0原文

我的数据存储中有一些记录,我想从表中删除特定记录。例如,在 SQL 中,我们使用 delete * from table1 where name ="mike" java 中的等效代码是什么(我正在使用带有 Google appengine API 插件的 Eclipse)?或任何其他方法来做到这一点?

I have some records in datastore, I want to delete a specific record from the table. for example in SQL , we use delete * from table1 where name ="mike" what is the equivalent code in java (I m using Eclipse with Google appengine API plugin)? or any other method to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮色兮凉城 2024-09-06 13:45:47

//获取所有匹配的对象
//循环匹配的对象
////删除每个对象

//get all the matching objects
//loop over the matching objects
////deleting each object

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文