ldbc.connector.net.packet

Members list

Type members

Classlikes

trait RequestPacket extends Packet

A trait that represents a request packet.

A trait that represents a request packet.

Attributes

Source
Packet.scala
Supertypes
trait Packet
class Object
trait Matchable
class Any
Known subtypes
trait ResponsePacket extends Packet

A trait that represents a response packet.

A trait that represents a response packet.

Attributes

Source
Packet.scala
Supertypes
trait Packet
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

A length encoded string is a string that is prefixed with length encoded integer describing the length of the string.

A length encoded string is a string that is prefixed with length encoded integer describing the length of the string.

Attributes

Returns

A codec for a length encoded string.

See also
Source
package.scala

NULL bitmap, length = (num_params + 7) / 8

NULL bitmap, length = (num_params + 7) / 8

Value parameters

columns

The list of column data types.

Attributes

Source
package.scala

A codec for a null-terminated string.

A codec for a null-terminated string.

Attributes

Source
package.scala
def time: Decoder[Option[LocalTime]]

A codec for a local time.

A codec for a local time.

Attributes

Source
package.scala
def time12: Decoder[LocalTime]

Attributes

Source
package.scala
def time8: Decoder[LocalTime]

Attributes

Source
package.scala
def timestamp: Decoder[Option[LocalDateTime]]

Attributes

Source
package.scala
def timestamp11: Decoder[LocalDateTime]

Attributes

Source
package.scala
def timestamp4: Decoder[LocalDateTime]

Attributes

Source
package.scala
def timestamp7: Decoder[LocalDateTime]

Attributes

Source
package.scala

Concrete fields