Packages

t

com.github.mauricio.async.db.postgresql.codec

PostgreSQLConnectionDelegate

trait PostgreSQLConnectionDelegate extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgreSQLConnectionDelegate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def onAuthenticationResponse(message: AuthenticationMessage): Unit
  2. abstract def onCommandComplete(message: CommandCompleteMessage): Unit
  3. abstract def onDataRow(message: DataRowMessage): Unit
  4. abstract def onError(throwable: Throwable): Unit
  5. abstract def onError(message: ErrorMessage): Unit
  6. abstract def onNotificationResponse(message: NotificationResponse): Unit
  7. abstract def onParameterStatus(message: ParameterStatusMessage): Unit
  8. abstract def onReadyForQuery(): Unit
  9. abstract def onRowDescription(message: RowDescriptionMessage): Unit