ldbc.connector.net

Members list

Type members

Classlikes

trait BitVectorSocket[F[_]]

A higher-level Socket interface defined in terms of BitVector.

A higher-level Socket interface defined in terms of BitVector.

Attributes

Companion
object
Source
BitVectorSocket.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Source
BitVectorSocket.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class HostInfo(host: String, port: Int, user: String, password: Option[String], database: Option[String])

Attributes

Source
HostInfo.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait PacketSocket[F[_]]

A higher-level BitVectorSocket that speaks in terms of Packet.

A higher-level BitVectorSocket that speaks in terms of Packet.

Attributes

Companion
object
Source
PacketSocket.scala
Supertypes
class Object
trait Matchable
class Any
object PacketSocket

Attributes

Companion
trait
Source
PacketSocket.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait Protocol[F[_]] extends UtilityCommands[F], Authentication[F]

Protocol is a protocol to communicate with MySQL server. It provides a way to authenticate, reset sequence id, and close the connection.

Protocol is a protocol to communicate with MySQL server. It provides a way to authenticate, reset sequence id, and close the connection.

Type parameters

F

the effect type

Attributes

Companion
object
Source
Protocol.scala
Supertypes
trait Authentication[F]
trait UtilityCommands[F]
class Object
trait Matchable
class Any
object Protocol

Attributes

Companion
trait
Source
Protocol.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Protocol.type

Attributes

Source
SSLNegotiation.scala
Supertypes
class Object
trait Matchable
class Any
Self type