ComStmtExecutePacket

ldbc.connector.net.packet.request.ComStmtExecutePacket
See theComStmtExecutePacket companion object
case class ComStmtExecutePacket(statementId: Long, params: ListMap[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 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
ComStmtExecutePacket.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
ComStmtExecutePacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product