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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

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

Attributes

Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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