Package herddb.proto
Class PduCodec.ExecuteStatement
- java.lang.Object
-
- herddb.proto.PduCodec.ExecuteStatement
-
-
Constructor Summary
Constructors Constructor Description ExecuteStatement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringreadQuery(Pdu pdu)static booleanreadReturnValues(Pdu pdu)static longreadStatementId(Pdu pdu)static StringreadTablespace(Pdu pdu)static longreadTx(Pdu pdu)static PduCodec.ObjectListReaderstartReadParameters(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, String query, long tx, boolean returnValues, long statementId, List<Object> params)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, String tableSpace, String query, long tx, boolean returnValues, long statementId, List<Object> params)
-
readReturnValues
public static boolean readReturnValues(Pdu pdu)
-
readTx
public static long readTx(Pdu pdu)
-
readStatementId
public static long readStatementId(Pdu pdu)
-
startReadParameters
public static PduCodec.ObjectListReader startReadParameters(Pdu pdu)
-
-