Class

dbx.jdbc

IsolationLevelDataSourceAdapter

Related Doc: package jdbc

Permalink

class IsolationLevelDataSourceAdapter extends UserCredentialsDataSourceAdapter

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

Instance Constructors

  1. new IsolationLevelDataSourceAdapter()

    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
    Definition Classes
    DelegatingDataSource
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def doGetConnection(username: String, password: String): Connection

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    UserCredentialsDataSourceAdapterDelegatingDataSource → DataSource
  13. def getConnection(): Connection

    Permalink
    Definition Classes
    UserCredentialsDataSourceAdapterDelegatingDataSource → DataSource
  14. def getCurrentIsolationLevel(): Integer

    Permalink
    Attributes
    protected[dbx.jdbc]
  15. def getCurrentReadOnlyFlag(): Boolean

    Permalink
    Attributes
    protected[dbx.jdbc]
  16. def getIsolationLevel(): Integer

    Permalink
    Attributes
    protected[dbx.jdbc]
  17. def getLogWriter(): PrintWriter

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def removeCredentialsFromCurrentThread(): Unit

    Permalink
  28. def setCatalog(catalog: String): Unit

    Permalink
  29. def setCredentialsForCurrentThread(username: String, password: String): Unit

    Permalink
  30. def setIsolationLevel(isolationLevel: Int): Unit

    Permalink
  31. final def setIsolationLevelName(constantName: String): Unit

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

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

    Permalink
    Definition Classes
    DelegatingDataSource → CommonDataSource
  34. def setPassword(password: String): Unit

    Permalink
  35. def setSchema(schema: String): Unit

    Permalink
  36. def setTargetDataSource(targetDataSource: DataSource): Unit

    Permalink
    Definition Classes
    DelegatingDataSource
  37. def setUsername(username: String): Unit

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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