INTERNAL Returns a DatabaseQuery instance representing the owning ParseTree. This implementation returns a DeleteAllQuery instance. DeleteAllQuery query = new DeleteAllQuery(); query.setShouldDeferExecutionInUOW(false); return query;
DeleteAllQuery query = new DeleteAllQuery(); query.setShouldDeferExecutionInUOW(false); return query;
return true;