EOFPacket

ldbc.connector.net.packet.response.EOFPacket
See theEOFPacket companion object
case class EOFPacket(status: Int, warnings: Int, statusFlags: Int) extends GenericResponsePackets

If CLIENT_PROTOCOL_41 is enabled, the EOF packet contains a warning count and status flags.

The EOF_Packet packet may appear in places where a Protocol::LengthEncodedInteger may appear. You must check whether the packet length is less than 9 to make sure that it is a EOF_Packet packet.

Value parameters

status

Type: int<1> Name: header Description: 0xFE EOF packet header

statusFlags

Type: int<2> Name: status_flags Description: SERVER_STATUS_flags_enum

warnings

Type: int<2> Name: warnings Description: number of warnings

Attributes

Companion
object
Source
EOFPacket.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 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
EOFPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product