ldbc.connector.net.packet.request.ComStmtClosePacket
See theComStmtClosePacket companion object
case class ComStmtClosePacket(statementId: Long) extends RequestPacket
COM_STMT_CLOSE deallocates a prepared statement.
No response packet is sent back to the client.
Value parameters
- statementId
-
The ID of the prepared statement to be closed.
Attributes
- Companion
- object
- Source
- ComStmtClosePacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article