class LogSqlDataSource extends ConnectionPoolDataSourceProxy
This class is necessary because jdbcdslog proxies does not exposes the target dataSource, which is necessary to shutdown the pool.
- Source
- LogSqlDataSource.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogSqlDataSource
- ConnectionPoolDataSourceProxy
- ConnectionPoolDataSource
- DataSource
- Wrapper
- CommonDataSource
- DataSourceProxyBase
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LogSqlDataSource()
Abstract Value Members
-
abstract
def
unwrap[T](arg0: Class[T]): T
- Definition Classes
- Wrapper
- Annotations
- @throws( classOf[java.sql.SQLException] )
Concrete 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConnection(arg0: String, arg1: String): Connection
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getConnection(): Connection
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getLogWriter(): PrintWriter
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getLoginTimeout(): Int
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getParentLogger(): Logger
- Definition Classes
- LogSqlDataSource → CommonDataSource
-
def
getPooledConnection(arg0: String, arg1: String): PooledConnection
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getPooledConnection(): PooledConnection
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
- def getTargetDatasource: DataSource
-
def
getXAConnection(arg0: String, arg1: String): XAConnection
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
getXAConnection(): XAConnection
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isWrapperFor(arg0: Class[_]): Boolean
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
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
setDataSourceName(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setDatabase(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( ... )
-
def
setDatabaseName(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setDescription(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setDriverType(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setLogWriter(arg0: PrintWriter): Unit
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
setLoginTimeout(arg0: Int): Unit
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
setNetworkProtocol(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setPassword(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setPortNumber(arg0: Int): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setServerName(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setServiceName(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setTNSEntryName(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setTargetDS(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( ... ) @throws( ... ) @throws( ... )
-
def
setTargetDSDirect(arg0: Any): Unit
- Definition Classes
- DataSourceProxyBase
-
def
setURL(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( ... )
-
def
setUser(arg0: String): Unit
- Definition Classes
- DataSourceProxyBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unwrap(arg0: Class[_]): AnyRef
- Definition Classes
- DataSourceProxyBase
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )