Package herddb.proto
Class PduCodec.PrepareStatementResult
- java.lang.Object
-
- herddb.proto.PduCodec.PrepareStatementResult
-
-
Constructor Summary
Constructors Constructor Description PrepareStatementResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longreadStatementId(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, long statementId)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, long statementId)
-
readStatementId
public static long readStatementId(Pdu pdu)
-
-