How do you do a SQL like this in Java api for a document base DB?
Update MyTable INCREMENT quantity = 100 where @rid = #21:1
I doubt setting fields and save() is actually atomic?
doc.fields("quantity", doc.fields("quantity") + 100 )
doc.save()
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.