166167168169170171172173174175176177178
Record record = (Record) val; Object[] attributeVals = record.getValues(); CompositeType compType = (CompositeType) type; Collection<Attribute> attributes = compType.getAttributes(); length += 4; for (Attribute attribute : attributes) {