InformationMessage

com.github.mauricio.async.db.postgresql.messages.backend.InformationMessage
See theInformationMessage companion object
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
Show all
Known subtypes

Members list

Value members

Concrete methods

def message: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val fields: Map[Char, String]

Inherited fields

val kind: Int

Attributes

Inherited from:
ServerMessage