public class ComStmtClose extends Object
| Constructor and Description |
|---|
ComStmtClose() |
| Modifier and Type | Method and Description |
|---|---|
static void |
send(PacketOutputStream pos,
int statementId)
Send a COM_STMT_CLOSE command, to close a PREPARE statement.
|
public static void send(PacketOutputStream pos, int statementId) throws IOException
pos - packetOutput StreamstatementId - statement id to closeIOException - if connection has error.Copyright © 2016. All rights reserved.