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
    @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. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hasRecentError: Boolean
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def inTransaction[A](f: (Connection) ⇒ Future[A])(implicit executionContext: ExecutionContext): Future[A]
    Definition Classes
    Connection
  19. def isConnected: Boolean
    Definition Classes
    PostgreSQLConnection → Connection
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isReadyForQuery: Boolean
  22. def isTimeouted: Boolean
    Definition Classes
    TimeoutScheduler
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def onAuthenticationResponse(message: AuthenticationMessage): Unit
  27. def onCommandComplete(m: CommandCompleteMessage): Unit
  28. def onDataRow(m: DataRowMessage): Unit
  29. def onError(m: ErrorMessage): Unit
  30. def onError(exception: Throwable): Unit
  31. def onNotificationResponse(message: NotificationResponse): Unit
  32. def onParameterStatus(m: ParameterStatusMessage): Unit
  33. def onReadyForQuery(): Unit
  34. def onRowDescription(m: RowDescriptionMessage): Unit
  35. def onTimeout: Unit
    Definition Classes
    PostgreSQLConnection → TimeoutScheduler
  36. def parameterStatuses: Map[String, String]
  37. def registerNotifyListener(listener: (NotificationResponse) ⇒ Unit): Unit
  38. def schedule(block: ⇒ Unit, duration: Duration): ScheduledFuture[_]
    Definition Classes
    TimeoutScheduler
  39. def sendPreparedStatement(query: String, values: Seq[Any] = List()): Future[QueryResult]
    Definition Classes
    PostgreSQLConnection → Connection
  40. def sendQuery(query: String): Future[QueryResult]
    Definition Classes
    PostgreSQLConnection → Connection
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    PostgreSQLConnection → AnyRef → Any
  43. def unregisterNotifyListener(listener: (NotificationResponse) ⇒ Unit): Unit
  44. def validateIfItIsReadyForQuery(errorMessage: String): Unit
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TimeoutScheduler

Inherited from Connection

Inherited from AnyRef

Inherited from Any

Ungrouped