r.write(dataOutput, rowOut);
}
protected Result read() throws IOException, HsqlException {
Result result = Result.newResult(dataInput, rowIn);
result.readAdditionalResults(this, dataInput, rowIn);
rowOut.setBuffer(mainBuffer);
rowIn.resetRow(mainBuffer.length);
return result;
}