ldbc.connector.net.packet.request.ComStmtExecutePacket
See theComStmtExecutePacket companion object
case class ComStmtExecutePacket(statementId: Long, params: SortedMap[Int, Parameter]) extends RequestPacket
COM_STMT_EXECUTE asks the server to execute a prepared statement as identified by statement_id.
It sends the values for the placeholders of the prepared statement (if it contained any) in Binary Protocol Value form. The type of each parameter is made up of two bytes
Value parameters
- params
-
The parameters to bind to the prepared statement
- statementId
-
The ID of the prepared statement to execute
Attributes
- Companion
- object
- Source
- ComStmtExecutePacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article