+0: record length (Z) +4: signature bytes, e.g., 'AB' +6: field count (short) +8: rowDefId (int) +12: null-map (1 bit per schema-defined column) +M: fixed-length field +N: fixed-length field ... +Q: variable-length field +R: variable-length field ... +Z-6: signature bytes: e.g., 'BA' +Z-4: record length (Z)@author peter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|