ColumnsNumberPacket

ldbc.connector.net.packet.response.ColumnsNumberPacket
See theColumnsNumberPacket companion object
case class ColumnsNumberPacket(size: Int) extends ResponsePacket

A packet that contains the number of columns in the result set.

Value parameters

size

the number of columns in the result set

Attributes

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product