BinaryProtocolValuePacket

ldbc.connector.net.packet.request.BinaryProtocolValuePacket
See theBinaryProtocolValuePacket companion object
case class BinaryProtocolValuePacket(values: ListMap[ColumnDataType, Any]) extends RequestPacket

value of each parameter: Binary Protocol Value

Value parameters

values

a map of column data type and its value

Attributes

See also
Companion
object
Source
BinaryProtocolValuePacket.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
BinaryProtocolValuePacket.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product