ResultSetRowPacket

ldbc.connector.net.packet.response.ResultSetRowPacket
See theResultSetRowPacket companion object

Represents a row in a result set.

Attributes

See also

https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_query_response_text_resultset_row.html A row with data for each column.

  • NULL is sent as 0xFB
  • everything else is converted to a string and is sent as string
Companion
object
Source
ResultSetRowPacket.scala
Graph
Supertypes
trait Packet
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

The values of the row.

The values of the row.

Attributes

Source
ResultSetRowPacket.scala

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
ResultSetRowPacket.scala