Packages

class PostgreSQLConnection extends PostgreSQLConnectionDelegate with Connection with TimeoutScheduler

Linear Supertypes
TimeoutScheduler, Connection, PostgreSQLConnectionDelegate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgreSQLConnection
  2. TimeoutScheduler
  3. Connection
  4. PostgreSQLConnectionDelegate
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostgreSQLConnection(configuration: Configuration = URLParser.DEFAULT, encoderRegistry: ColumnEncoderRegistry = ..., decoderRegistry: ColumnDecoderRegistry = ..., positionalParamHolder: Boolean = false, 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. def addTimeout[A](promise: Promise[A], durationOption: Option[Duration])(implicit executionContext: ExecutionContext): Option[ScheduledFuture[_]]
    Definition Classes
    TimeoutScheduler
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearNotifyListeners(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def connect: Future[Connection]
    Definition Classes
    PostgreSQLConnection → Connection
  9. def disconnect: Future[Connection]
    Definition Classes
    PostgreSQLConnection → Connection
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def eventLoopGroup: EventLoopGroup
    Definition Classes
    PostgreSQLConnection → TimeoutScheduler
  13. implicit val executionContext: ExecutionContext
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hasRecentError: Boolean
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def inTransaction[A](f: (Connection) ⇒ Future[A])(implicit executionContext: ExecutionContext): Future[A]
    Definition Classes
    Connection
  18. def isConnected: Boolean
    Definition Classes
    PostgreSQLConnection → Connection
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isReadyForQuery: Boolean
  21. def isTimeouted: Boolean
    Definition Classes
    TimeoutScheduler
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def onAuthenticationResponse(message: AuthenticationMessage): Unit
  26. def onCommandComplete(m: CommandCompleteMessage): Unit
  27. def onDataRow(m: DataRowMessage): Unit
  28. def onError(m: ErrorMessage): Unit
  29. def onError(exception: Throwable): Unit
  30. def onNotificationResponse(message: NotificationResponse): Unit
  31. def onParameterStatus(m: ParameterStatusMessage): Unit
  32. def onReadyForQuery(): Unit
  33. def onRowDescription(m: RowDescriptionMessage): Unit
  34. def onTimeout: Unit
    Definition Classes
    PostgreSQLConnection → TimeoutScheduler
  35. def parameterStatuses: Map[String, String]
  36. def registerNotifyListener(listener: (NotificationResponse) ⇒ Unit): Unit
  37. def schedule(block: ⇒ Unit, duration: Duration): ScheduledFuture[_]
    Definition Classes
    TimeoutScheduler
  38. def sendPreparedStatement(query: String, values: Seq[Any] = List()): Future[QueryResult]
    Definition Classes
    PostgreSQLConnection → Connection
  39. def sendQuery(query: String): Future[QueryResult]
    Definition Classes
    PostgreSQLConnection → Connection
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    PostgreSQLConnection → AnyRef → Any
  42. def unregisterNotifyListener(listener: (NotificationResponse) ⇒ Unit): Unit
  43. def validateIfItIsReadyForQuery(errorMessage: String): Unit
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TimeoutScheduler

Inherited from Connection

Inherited from AnyRef

Inherited from Any

Ungrouped