class MySQLConnection extends MySQLHandlerDelegate with Connection with TimeoutScheduler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MySQLConnection
- TimeoutScheduler
- Connection
- MySQLHandlerDelegate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MySQLConnection(configuration: Configuration, charsetMapper: CharsetMapper = CharsetMapper.Instance, group: EventLoopGroup = NettyUtils.DefaultEventLoopGroup, executionContext: ExecutionContext = ExecutorServiceUtils.CachedExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addTimeout[A](promise: Promise[A], durationOption: Option[Duration])(implicit executionContext: ExecutionContext): Option[ScheduledFuture[_]]
- Definition Classes
- TimeoutScheduler
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close: Future[Connection]
- def connect: Future[Connection]
- Definition Classes
- MySQLConnection → Connection
- def connected(ctx: ChannelHandlerContext): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- def count: Long
- def disconnect: Future[Connection]
- Definition Classes
- MySQLConnection → Connection
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eventLoopGroup: EventLoopGroup
- Definition Classes
- MySQLConnection → TimeoutScheduler
- def exceptionCaught(throwable: Throwable): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- implicit val executionContext: ExecutionContext
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inTransaction[A](f: (Connection) => Future[A])(implicit executionContext: ExecutionContext): Future[A]
- Definition Classes
- Connection
- def isConnected: Boolean
- Definition Classes
- MySQLConnection → Connection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isQuerying: Boolean
- def isTimeouted: Boolean
- Definition Classes
- TimeoutScheduler
- def lastException: Throwable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onEOF(message: EOFMessage): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- def onError(message: ErrorMessage): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- def onHandshake(message: HandshakeMessage): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- def onOk(message: OkMessage): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- def onResultSet(resultSet: ResultSet, message: EOFMessage): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- def onTimeout: Unit
- Definition Classes
- MySQLConnection → TimeoutScheduler
- def schedule(block: => Unit, duration: Duration): ScheduledFuture[_]
- Definition Classes
- TimeoutScheduler
- def sendPreparedStatement(query: String, values: Seq[Any]): Future[QueryResult]
- Definition Classes
- MySQLConnection → Connection
- def sendQuery(query: String): Future[QueryResult]
- Definition Classes
- MySQLConnection → Connection
- def switchAuthentication(message: AuthenticationSwitchRequest): Unit
- Definition Classes
- MySQLConnection → MySQLHandlerDelegate
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- MySQLConnection → AnyRef → Any
- def version: Version
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()