class AlwaysUsingSameConnectionDataSource extends DataSource
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AlwaysUsingSameConnectionDataSource
- DataSource
- Wrapper
- CommonDataSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AlwaysUsingSameConnectionDataSource(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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createConnectionBuilder(): ConnectionBuilder
- Definition Classes
- DataSource
- Annotations
- @throws(classOf[java.sql.SQLException])
- def createShardingKeyBuilder(): ShardingKeyBuilder
- Definition Classes
- CommonDataSource
- Annotations
- @throws(classOf[java.sql.SQLException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getConnection(username: String, password: String): Connection
- Definition Classes
- AlwaysUsingSameConnectionDataSource → DataSource
- def getConnection(): Connection
- Definition Classes
- AlwaysUsingSameConnectionDataSource → DataSource
- def getLogWriter(): PrintWriter
- Definition Classes
- AlwaysUsingSameConnectionDataSource → DataSource → CommonDataSource
- def getLoginTimeout(): Int
- Definition Classes
- AlwaysUsingSameConnectionDataSource → DataSource → CommonDataSource
- def getParentLogger(): Logger
- Definition Classes
- AlwaysUsingSameConnectionDataSource → CommonDataSource
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isWrapperFor(iface: Class[_]): Boolean
- Definition Classes
- AlwaysUsingSameConnectionDataSource → Wrapper
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def setLogWriter(out: PrintWriter): Unit
- Definition Classes
- AlwaysUsingSameConnectionDataSource → DataSource → CommonDataSource
- def setLoginTimeout(seconds: Int): Unit
- Definition Classes
- AlwaysUsingSameConnectionDataSource → DataSource → CommonDataSource
- 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
- AlwaysUsingSameConnectionDataSource → 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])
- object SuppressCloseHandler extends InvocationHandler
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated