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 = ..., encoderRegistry: ColumnEncoderRegistry = ..., decoderRegistry: ColumnDecoderRegistry = ..., group: EventLoopGroup = ..., executionContext: ExecutionContext = ...)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  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 finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def hasRecentError: Boolean

  15. def hashCode(): Int

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

    Definition Classes
    Connection
  17. def isConnected: Boolean

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

    Definition Classes
    Any
  19. def isReadyForQuery: Boolean

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

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

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

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

  24. def onCommandComplete(m: CommandCompleteMessage): Unit

  25. def onDataRow(m: DataRowMessage): Unit

  26. def onError(m: ErrorMessage): Unit

  27. def onError(exception: Throwable): 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 sendPreparedStatement(query: String, values: Seq[Any] = List()): Future[QueryResult]

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    PostgreSQLConnection → AnyRef → Any
  36. def validateIfItIsReadyForQuery(errorMessage: String): Unit

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def write(message: ClientMessage): Unit

Inherited from Connection

Inherited from AnyRef

Inherited from Any

Ungrouped