com.github.mauricio.async.db.mysql.message.client

Members list

Concise view

Type members

Classlikes

case class AuthenticationSwitchResponse(password: Option[String], request: AuthenticationSwitchRequest) extends ClientMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class ClientMessage(val kind: Int) extends KindedMessage

Attributes

Companion:
object
Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
case class HandshakeResponseMessage(username: String, charset: Charset, seed: Array[Byte], authenticationMethod: String, password: Option[String], database: Option[String]) extends ClientMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class PreparedStatementExecuteMessage(statementId: Array[Byte], values: Seq[Any], valuesToInclude: Set[Int], parameters: Seq[ColumnDefinitionMessage]) extends ClientMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class PreparedStatementPrepareMessage(statement: String) extends ClientMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class QueryMessage(query: String) extends ClientMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class SendLongDataMessage(statementId: Array[Byte], value: ByteBuf, paramId: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any