trait PostgreSQLConnectionDelegate extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgreSQLConnectionDelegate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def onAuthenticationResponse(message: AuthenticationMessage): Unit
- abstract def onCommandComplete(message: CommandCompleteMessage): Unit
- abstract def onDataRow(message: DataRowMessage): Unit
- abstract def onError(throwable: Throwable): Unit
- abstract def onError(message: ErrorMessage): Unit
- abstract def onNotificationResponse(message: NotificationResponse): Unit
- abstract def onParameterStatus(message: ParameterStatusMessage): Unit
- abstract def onReadyForQuery(): Unit
- abstract def onRowDescription(message: RowDescriptionMessage): Unit