NoticeMessage

com.github.mauricio.async.db.postgresql.messages.backend.NoticeMessage
class NoticeMessage(fields: Map[Char, String]) extends InformationMessage

Attributes

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

Members list

Value members

Inherited methods

def message: String

Attributes

Inherited from:
InformationMessage
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
Inherited from:
InformationMessage

Inherited fields

val kind: Int

Attributes

Inherited from:
ServerMessage