Class/Object

com.github.mauricio.async.db.mysql

MySQLConnection

Related Docs: object MySQLConnection | package mysql

Permalink

class MySQLConnection extends MySQLHandlerDelegate with Connection with TimeoutScheduler

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

Instance Constructors

  1. new MySQLConnection(configuration: Configuration, charsetMapper: CharsetMapper = CharsetMapper.Instance, executionContext: ExecutionContext = ...)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addTimeout[A](promise: Promise[A], durationOption: Option[Duration])(implicit executionContext: ExecutionContext): Option[ScheduledFuture[_]]

    Permalink
    Definition Classes
    TimeoutScheduler
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
  8. def connect: Future[Connection]

    Permalink
    Definition Classes
    MySQLConnection → Connection
  9. def connected(ctx: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  10. def count: Long

    Permalink
  11. def disconnect: Future[Connection]

    Permalink
    Definition Classes
    MySQLConnection → Connection
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def eventLoopGroup: EventLoopGroup

    Permalink
    Definition Classes
    MySQLConnection → TimeoutScheduler
  15. def exceptionCaught(throwable: Throwable): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  16. implicit val executionContext: ExecutionContext

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def inTransaction[A](f: (Connection) ⇒ Future[A])(implicit executionContext: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    Connection
  20. def isConnected: Boolean

    Permalink
    Definition Classes
    MySQLConnection → Connection
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isQuerying: Boolean

    Permalink
  23. def isTimeouted: Boolean

    Permalink
    Definition Classes
    TimeoutScheduler
  24. def lastException: Throwable

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def onEOF(message: EOFMessage): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  29. def onError(message: ErrorMessage): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  30. def onHandshake(message: HandshakeMessage): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  31. def onOk(message: OkMessage): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  32. def onResultSet(resultSet: ResultSet, message: EOFMessage): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  33. def onTimeout: Unit

    Permalink
    Definition Classes
    MySQLConnection → TimeoutScheduler
  34. def schedule(block: ⇒ Unit, duration: Duration): ScheduledFuture[_]

    Permalink
    Definition Classes
    TimeoutScheduler
  35. def sendPreparedStatement(query: String, values: Seq[Any]): Future[QueryResult]

    Permalink
    Definition Classes
    MySQLConnection → Connection
  36. def sendQuery(query: String): Future[QueryResult]

    Permalink
    Definition Classes
    MySQLConnection → Connection
  37. def switchAuthentication(message: AuthenticationSwitchRequest): Unit

    Permalink
    Definition Classes
    MySQLConnectionMySQLHandlerDelegate
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    MySQLConnection → AnyRef → Any
  40. def version: Version

    Permalink
  41. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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 MySQLHandlerDelegate

Inherited from AnyRef

Inherited from Any

Ungrouped