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

Members list

Concise view

Type members

Classlikes

case class AuthenticationSwitchRequest(method: String, seed: String) extends ServerMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class BinaryRowMessage(buffer: ByteBuf) extends ServerMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class ColumnDefinitionMessage(catalog: String, schema: String, table: String, originalTable: String, name: String, originalName: String, characterSet: Int, columnLength: Long, columnType: Int, flags: Short, decimals: Byte, binaryDecoder: BinaryDecoder, textDecoder: ColumnDecoder) extends ServerMessage with ColumnData

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class EOFMessage(warningCount: Int, flags: Int) extends ServerMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class ErrorMessage(errorCode: Int, sqlState: String, errorMessage: String) extends ServerMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class HandshakeMessage(serverVersion: String, connectionId: Long, seed: Array[Byte], serverCapabilities: Int, characterSet: Int, statusFlags: Int, authenticationMethod: String) extends ServerMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class OkMessage(affectedRows: Long, lastInsertId: Long, statusFlags: Int, warnings: Int, message: String) extends ServerMessage

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
case class PreparedStatementPrepareResponse(statementId: Array[Byte], warningCount: Short, paramsCount: Int, columnsCount: Int) extends ServerMessage

Attributes

Graph
Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
class ResultSetRowMessage extends ServerMessage with Seq[ByteBuf]

Attributes

Graph
Supertypes
trait Seq[ByteBuf]
trait SeqOps[ByteBuf, Seq, Seq[ByteBuf]]
trait Cloneable[Seq[ByteBuf]]
trait Cloneable
trait Seq[ByteBuf]
trait Equals
trait SeqOps[ByteBuf, Seq, Seq[ByteBuf]]
trait PartialFunction[Int, ByteBuf]
trait Int => ByteBuf
trait Iterable[ByteBuf]
trait Iterable[ByteBuf]
trait IterableFactoryDefaults[ByteBuf, Seq]
trait IterableOps[ByteBuf, Seq, Seq[ByteBuf]]
trait IterableOnceOps[ByteBuf, Seq, Seq[ByteBuf]]
trait IterableOnce[ByteBuf]
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Known subtypes