Package herddb.proto
Class PduCodec.ExecuteStatementsResult
- java.lang.Object
-
- herddb.proto.PduCodec.ExecuteStatementsResult
-
-
Constructor Summary
Constructors Constructor Description ExecuteStatementsResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longreadTx(Pdu pdu)static List<Long>readUpdateCounts(Pdu pdu)static PduCodec.ListOfListsReaderstartResultRecords(Pdu pdu)static io.netty.buffer.ByteBufwrite(long replyId, List<Long> updateCounts, List<Map<String,Object>> otherdata, long tx)
-