MySQLProtocol

ldbc.connector.net.MySQLProtocol
See theMySQLProtocol companion trait
object MySQLProtocol

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_] : Tracer](sockets: Resource[F, Socket[F]], debug: Boolean, sslOptions: Option[Options[F]], readTimeout: Duration, capabilitiesFlags: List[CapabilitiesFlags]): Resource[F, MySQLProtocol[F]]

Attributes

Source
MySQLProtocol.scala
def fromPacketSocket[F[_] : Tracer](packetSocket: PacketSocket[F], sequenceIdRef: Ref[F, Byte], initialPacketRef: Ref[F, Option[InitialPacket]])(implicit evidence$4: Temporal[F], evidence$5: Console[F], evidence$6: Tracer[F], ev: MonadError[F, Throwable]): F[MySQLProtocol[F]]

Attributes

Source
MySQLProtocol.scala