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