ComStmtClosePacket

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 Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def encode: BitVector

Attributes

Definition Classes
Source
ComStmtClosePacket.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ComStmtClosePacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product