com.github.mauricio.async.db.postgresql

PostgreSQLConnection

class PostgreSQLConnection extends PostgreSQLConnectionDelegate with Connection

Linear Supertypes
Connection, PostgreSQLConnectionDelegate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgreSQLConnection
  2. Connection
  3. PostgreSQLConnectionDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostgreSQLConnection(configuration: Configuration = Configuration.Default, encoderRegistry: ColumnEncoderRegistry = ..., decoderRegistry: ColumnDecoderRegistry = ..., group: EventLoopGroup = NettyUtils.DefaultEventLoopGroup, executionContext: ExecutionContext = ...)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clearNotifyListeners(): Unit

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connect: Future[Connection]

    Definition Classes
    PostgreSQLConnection → Connection
  8. def disconnect: Future[Connection]

    Definition Classes
    PostgreSQLConnection → Connection
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hasRecentError: Boolean

  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def inTransaction[A](f: (Connection) ⇒ Future[A])(implicit executionContext: ExecutionContext): Future[A]

    Definition Classes
    Connection
  16. def isConnected: Boolean

    Definition Classes
    PostgreSQLConnection → Connection
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isReadyForQuery: Boolean

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def onAuthenticationResponse(message: AuthenticationMessage): Unit

  23. def onCommandComplete(m: CommandCompleteMessage): Unit

  24. def onDataRow(m: DataRowMessage): Unit

  25. def onError(m: ErrorMessage): Unit

  26. def onError(exception: Throwable): Unit

  27. def onNotificationResponse(message: NotificationResponse): Unit

  28. def onParameterStatus(m: ParameterStatusMessage): Unit

  29. def onReadyForQuery(): Unit

  30. def onRowDescription(m: RowDescriptionMessage): Unit

  31. def parameterStatuses: Map[String, String]

  32. def registerNotifyListener(listener: (NotificationResponse) ⇒ Unit): Unit

  33. def sendPreparedStatement(query: String, values: Seq[Any] = List()): Future[QueryResult]

    Definition Classes
    PostgreSQLConnection → Connection
  34. def sendQuery(query: String): Future[QueryResult]

    Definition Classes
    PostgreSQLConnection → Connection
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    PostgreSQLConnection → AnyRef → Any
  37. def unregisterNotifyListener(listener: (NotificationResponse) ⇒ Unit): Unit

  38. def validateIfItIsReadyForQuery(errorMessage: String): Unit

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Connection

Inherited from AnyRef

Inherited from Any

Ungrouped