Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
userid, usersignature
blah, 20090303170000
userid, propname, propvalue
blah, prop1, val1
blah, prop2, val2
blah, prop3, val3
...
row2.pivot_key = field;
try {
row2.pivot_value = row1.getClass()
.getDeclaredField(field).get(row1)
.toString();
} catch (Exception e) {
// Can't happen - the field was there to have
// created the array in the first place
}