response.setClientHandle( planBatch.clientHandle );
ByteBuffer buf = ByteBuffer.allocate(response.getSerializedSize() + 4);
buf.putInt(buf.capacity() - 4);
response.flattenToBuffer(buf);
buf.flip();
c.writeStream().enqueue(buf);
//do not cache the plans for explainAdhoc
// planBatch.clientData = null;
// for (int index = 0; index < planBatch.getPlannedStatementCount(); index++) {
// m_adhocCache.put(planBatch.getPlannedStatement(index));