public final class MySQLComStmtExecutePacket extends MySQLCommandPacket
| Constructor and Description |
|---|
MySQLComStmtExecutePacket(MySQLPacketPayload payload,
int paramCount) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
readParameters(List<MySQLPreparedStatementParameterType> paramTypes,
Set<Integer> longDataIndexes)
Read parameter values from packet.
|
doWrite, writepublic MySQLComStmtExecutePacket(MySQLPacketPayload payload, int paramCount)
public List<Object> readParameters(List<MySQLPreparedStatementParameterType> paramTypes, Set<Integer> longDataIndexes) throws SQLException
paramTypes - parameter type of valueslongDataIndexes - indexes of long dataSQLException - SQL exceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.