class KeepAliveConnection extends Connection
Connection wrapper to prevent closing of the connection.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeepAliveConnection
- Connection
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KeepAliveConnection(conn: Connection)
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 abort(executor: Executor): Unit
- Definition Classes
- KeepAliveConnection → Connection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beginRequest(): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def clearWarnings(): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- KeepAliveConnection → Connection → AutoCloseable
- def commit(): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def createArrayOf(typeName: String, elements: Array[AnyRef]): Array
- Definition Classes
- KeepAliveConnection → Connection
- def createBlob(): Blob
- Definition Classes
- KeepAliveConnection → Connection
- def createClob(): Clob
- Definition Classes
- KeepAliveConnection → Connection
- def createNClob(): NClob
- Definition Classes
- KeepAliveConnection → Connection
- def createSQLXML(): SQLXML
- Definition Classes
- KeepAliveConnection → Connection
- def createStatement(resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Statement
- Definition Classes
- KeepAliveConnection → Connection
- def createStatement(resultSetType: Int, resultSetConcurrency: Int): Statement
- Definition Classes
- KeepAliveConnection → Connection
- def createStatement(): Statement
- Definition Classes
- KeepAliveConnection → Connection
- def createStruct(typeName: String, attributes: Array[AnyRef]): Struct
- Definition Classes
- KeepAliveConnection → Connection
- def endRequest(): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAutoCommit(): Boolean
- Definition Classes
- KeepAliveConnection → Connection
- def getCatalog(): String
- Definition Classes
- KeepAliveConnection → Connection
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getClientInfo(): Properties
- Definition Classes
- KeepAliveConnection → Connection
- def getClientInfo(name: String): String
- Definition Classes
- KeepAliveConnection → Connection
- def getHoldability(): Int
- Definition Classes
- KeepAliveConnection → Connection
- def getMetaData(): DatabaseMetaData
- Definition Classes
- KeepAliveConnection → Connection
- def getNetworkTimeout(): Int
- Definition Classes
- KeepAliveConnection → Connection
- def getSchema(): String
- Definition Classes
- KeepAliveConnection → Connection
- def getTransactionIsolation(): Int
- Definition Classes
- KeepAliveConnection → Connection
- def getTypeMap(): Map[String, Class[_]]
- Definition Classes
- KeepAliveConnection → Connection
- def getWarnings(): SQLWarning
- Definition Classes
- KeepAliveConnection → Connection
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isClosed(): Boolean
- Definition Classes
- KeepAliveConnection → Connection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReadOnly(): Boolean
- Definition Classes
- KeepAliveConnection → Connection
- def isValid(timeout: Int): Boolean
- Definition Classes
- KeepAliveConnection → Connection
- def isWrapperFor(iface: Class[_]): Boolean
- Definition Classes
- KeepAliveConnection → Wrapper
- def nativeSQL(sql: String): String
- Definition Classes
- KeepAliveConnection → Connection
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): CallableStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int): CallableStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareCall(sql: String): CallableStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareStatement(sql: String, columnNames: Array[String]): PreparedStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareStatement(sql: String, columnIndexes: Array[Int]): PreparedStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareStatement(sql: String, autoGeneratedKeys: Int): PreparedStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): PreparedStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int): PreparedStatement
- Definition Classes
- KeepAliveConnection → Connection
- def prepareStatement(sql: String): PreparedStatement
- Definition Classes
- KeepAliveConnection → Connection
- def releaseSavepoint(savepoint: Savepoint): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def rollback(savepoint: Savepoint): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def rollback(): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setAutoCommit(autoCommit: Boolean): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setCatalog(catalog: String): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setClientInfo(properties: Properties): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setClientInfo(name: String, value: String): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setHoldability(holdability: Int): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setNetworkTimeout(executor: Executor, milliseconds: Int): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setReadOnly(readOnly: Boolean): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setSavepoint(name: String): Savepoint
- Definition Classes
- KeepAliveConnection → Connection
- def setSavepoint(): Savepoint
- Definition Classes
- KeepAliveConnection → Connection
- def setSchema(schema: String): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setShardingKey(arg0: ShardingKey): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setShardingKey(arg0: ShardingKey, arg1: ShardingKey): Unit
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setShardingKeyIfValid(arg0: ShardingKey, arg1: Int): Boolean
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setShardingKeyIfValid(arg0: ShardingKey, arg1: ShardingKey, arg2: Int): Boolean
- Definition Classes
- Connection
- Annotations
- @throws(classOf[java.sql.SQLException])
- def setTransactionIsolation(level: Int): Unit
- Definition Classes
- KeepAliveConnection → Connection
- def setTypeMap(map: Map[String, Class[_]]): Unit
- Definition Classes
- KeepAliveConnection → Connection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unwrap[T](iface: Class[T]): T
- Definition Classes
- KeepAliveConnection → Wrapper
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])