public final class ClosePreparePacket extends Object implements com.singlestore.jdbc.message.ClientMessage
| Constructor and Description |
|---|
ClosePreparePacket(int statementId)
Constructor for a prepare statement id
|
| Modifier and Type | Method and Description |
|---|---|
int |
encode(Writer writer,
com.singlestore.jdbc.client.Context context)
COM_STMT_CLOSE packet.
|
public ClosePreparePacket(int statementId)
statementId - statement identifierpublic int encode(Writer writer, com.singlestore.jdbc.client.Context context) throws IOException
encode in interface com.singlestore.jdbc.message.ClientMessagewriter - socket writercontext - connection contextIOException - if socket error occurCopyright © 2025 SingleStore. All rights reserved.