com.github.mauricio.async.db.postgresql.messages.backend

Members list

Type members

Classlikes

case class AuthSASLCont(serverFirstMsg: String) extends AuthenticationMessage

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class AuthSASLFinal(serverFinalMsg: String) extends AuthenticationMessage

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class AuthSASLReq(mechanisms: Array[String]) extends AuthenticationMessage

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
class AuthenticationChallengeMessage(val challengeType: AuthenticationResponseType, val salt: Option[Array[Byte]]) extends AuthenticationMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
abstract class AuthenticationMessage extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
object AuthenticationResponseType extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
object BindComplete extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CloseComplete extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class CommandCompleteMessage(rowsAffected: Int, statusMessage: String) extends ServerMessage

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class DataRowMessage(values: Array[ByteBuf]) extends ServerMessage

Attributes

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

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
class ErrorMessage(fields: Map[Char, String]) extends InformationMessage

Attributes

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

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class InformationMessage(messageType: Byte, val fields: Map[Char, String]) extends ServerMessage

Attributes

Companion
object
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object NoData extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
NoData.type
class NoticeMessage(fields: Map[Char, String]) extends InformationMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
class NotificationResponse(val backendPid: Int, val channel: String, val payload: String) extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class ParameterStatusMessage(key: String, value: String) extends ServerMessage

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
object ParseComplete extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class PostgreSQLColumnData(name: String, tableObjectId: Int, columnNumber: Int, dataType: Int, dataTypeSize: Long, dataTypeModifier: Int, fieldFormat: Int) extends ColumnData

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ColumnData
class Object
trait Matchable
class Any
Show all
case class ProcessData(processId: Int, secretKey: Int) extends ServerMessage

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
class ReadyForQueryMessage(transactionStatus: Char) extends ServerMessage

Attributes

Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class RowDescriptionMessage(columnDatas: Array[PostgreSQLColumnData]) extends ServerMessage

Attributes

Supertypes
trait Product
trait Equals
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
case class SSLResponseMessage(supported: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
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