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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
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, ColumnData

Attributes

Supertypes
trait Product
trait Equals
trait ColumnData
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ColumnProcessingFinishedMessage(eofMessage: EOFMessage) extends ServerMessage

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ParamProcessingFinishedMessage(eofMessage: EOFMessage) extends ServerMessage

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
class ResultSetRowMessage extends ServerMessage, Seq[ByteBuf]

Attributes

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
Show all
object ServerMessage

Attributes

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

Attributes

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