ErrorParser

com.github.mauricio.async.db.postgresql.parsers.ErrorParser
class ErrorParser(charset: Charset) extends InformationParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createMessage(fields: Map[Char, String]): ServerMessage

Inherited methods

override def parseMessage(b: ByteBuf): ServerMessage

Attributes

Definition Classes
Inherited from:
InformationParser