Is there a valid JCR sql2 statement for DeleteAll method?

600 Views Asked by At

I followed the statement DELETE [address : Address] where Address is one of the entities. Please help in this regard with possible examples on how to implement DeleteAll method.

1

There are 1 best solutions below

0
On BEST ANSWER

The standard JCR-SQL2 query language defined in the JCR 2.0 (JSR-283) specification is read only, and has no delete (or update or create) functionality.