Class MySQLComStmtExecutePacket
java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
org.apache.shardingsphere.db.protocol.mysql.packet.command.query.binary.execute.MySQLComStmtExecutePacket
- All Implemented Interfaces:
MySQLPacket,CommandPacket,DatabasePacket<MySQLPacketPayload>
COM_STMT_EXECUTE command packet for MySQL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadParameters(List<MySQLPreparedStatementParameterType> paramTypes, Set<Integer> longDataIndexes) Read parameter values from packet.Methods inherited from class org.apache.shardingsphere.db.protocol.mysql.packet.command.MySQLCommandPacket
doWrite, getSequenceId, write
-
Constructor Details
-
MySQLComStmtExecutePacket
-
-
Method Details
-
readParameters
public List<Object> readParameters(List<MySQLPreparedStatementParameterType> paramTypes, Set<Integer> longDataIndexes) throws SQLException Read parameter values from packet.- Parameters:
paramTypes- parameter type of valueslongDataIndexes- indexes of long data- Returns:
- parameter values
- Throws:
SQLException- SQL exception
-