ldbc.connector.net
package ldbc.connector.net
Members list
Type members
Classlikes
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 Objecttrait Matchableclass Any
object BitVectorSocket
Attributes
- Companion
- trait
- Source
- BitVectorSocket.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BitVectorSocket.type
Attributes
- Source
- HostInfo.scala
- Supertypes
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 Objecttrait Matchableclass Any
object PacketSocket
Attributes
- Companion
- trait
- Source
- PacketSocket.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PacketSocket.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
object Protocol
Attributes
- Companion
- trait
- Source
- Protocol.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Protocol.type
object SSLNegotiation
Attributes
- Source
- SSLNegotiation.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SSLNegotiation.type
In this article