How to delete specific record from Google Datastore (in Java) ?
Posted
by Srivigneshwar
on Stack Overflow
See other posts from Stack Overflow
or by Srivigneshwar
Published on 2010-04-30T20:41:09Z
Indexed on
2010/04/30
20:47 UTC
Read the original article
Hit count: 255
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?
© Stack Overflow or respective owner