585960616263646566
} @Override protected void onDone() { if (this.result == null) { this.result = new ResultSetImpl(Collections .<List<byte[]>> emptyList(), this.fieldList, this.encoding); } }
111112113114115116117
} if (!currentRow.isEmpty()) { rows.add(currentRow); } this.result = new ResultSetImpl(rows, this.fieldList, this.encoding); }