Class

dbx.jdbc

LazyConnectionDataSourceProxy

Related Doc: package jdbc

Permalink

class LazyConnectionDataSourceProxy extends DelegatingDataSource

Linear Supertypes
DelegatingDataSource, DataSource, Wrapper, CommonDataSource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LazyConnectionDataSourceProxy
  2. DelegatingDataSource
  3. DataSource
  4. Wrapper
  5. CommonDataSource
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LazyConnectionDataSourceProxy(targetDataSource: DataSource)

    Permalink
  2. new LazyConnectionDataSourceProxy()

    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 afterPropertiesSet(): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def checkDefaultConnectionProperties(con: Connection): Unit

    Permalink
    Attributes
    protected[dbx.jdbc]
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defaultAutoCommit(): Boolean

    Permalink
    Attributes
    protected[dbx.jdbc]
  9. def defaultTransactionIsolation(): Integer

    Permalink
    Attributes
    protected[dbx.jdbc]
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getConnection(username: String, password: String): Connection

    Permalink
    Definition Classes
    LazyConnectionDataSourceProxyDelegatingDataSource → DataSource
  15. def getConnection(): Connection

    Permalink
    Definition Classes
    LazyConnectionDataSourceProxyDelegatingDataSource → DataSource
  16. def getLogWriter(): PrintWriter

    Permalink
    Definition Classes
    DelegatingDataSource → CommonDataSource
  17. def getLoginTimeout(): Int

    Permalink
    Definition Classes
    DelegatingDataSource → CommonDataSource
  18. def getParentLogger(): Logger

    Permalink
    Definition Classes
    DelegatingDataSource → CommonDataSource
  19. def getTargetDataSource(): DataSource

    Permalink
    Definition Classes
    DelegatingDataSource
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isWrapperFor(iface: Class[_]): Boolean

    Permalink
    Definition Classes
    DelegatingDataSource → Wrapper
  23. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def setDefaultAutoCommit(defaultAutoCommit: Boolean): Unit

    Permalink
  27. def setDefaultTransactionIsolation(defaultTransactionIsolation: Int): Unit

    Permalink
  28. def setDefaultTransactionIsolationName(constantName: String): Unit

    Permalink
  29. def setLogWriter(out: PrintWriter): Unit

    Permalink
    Definition Classes
    DelegatingDataSource → CommonDataSource
  30. def setLoginTimeout(seconds: Int): Unit

    Permalink
    Definition Classes
    DelegatingDataSource → CommonDataSource
  31. def setTargetDataSource(targetDataSource: DataSource): Unit

    Permalink
    Definition Classes
    DelegatingDataSource
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def unwrap[T](iface: Class[T]): T

    Permalink
    Definition Classes
    DelegatingDataSource → Wrapper
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from DelegatingDataSource

Inherited from DataSource

Inherited from Wrapper

Inherited from CommonDataSource

Inherited from AnyRef

Inherited from Any

Ungrouped