Package herddb.proto
Class PduCodec.ExecuteStatements
- java.lang.Object
-
- herddb.proto.PduCodec.ExecuteStatements
-
-
Constructor Summary
Constructors Constructor Description ExecuteStatements()
-
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.ListOfListsReaderstartReadStatementsParameters(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, String tableSpace, String query, long tx, boolean returnValues, long statementId, List<List<Object>> statements)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, String tableSpace, String query, long tx, boolean returnValues, long statementId, List<List<Object>> statements)
-
readReturnValues
public static boolean readReturnValues(Pdu pdu)
-
readTx
public static long readTx(Pdu pdu)
-
readStatementId
public static long readStatementId(Pdu pdu)
-
startReadStatementsParameters
public static PduCodec.ListOfListsReader startReadStatementsParameters(Pdu pdu)
-
-