Class

dbx.jdbc

WebSphereDataSourceAdapter

Related Doc: package jdbc

Permalink

class WebSphereDataSourceAdapter extends IsolationLevelDataSourceAdapter

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

Instance Constructors

  1. new WebSphereDataSourceAdapter()

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createConnectionSpec(isolationLevel: Integer, readOnlyFlag: Boolean, username: String, password: String): AnyRef

    Permalink
    Attributes
    protected[dbx.jdbc]
  8. def doGetConnection(username: String, password: String): Connection

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[dbx.jdbc]
    Definition Classes
    IsolationLevelDataSourceAdapter
  16. def getCurrentReadOnlyFlag(): Boolean

    Permalink
    Attributes
    protected[dbx.jdbc]
    Definition Classes
    IsolationLevelDataSourceAdapter
  17. def getIsolationLevel(): Integer

    Permalink
    Attributes
    protected[dbx.jdbc]
    Definition Classes
    IsolationLevelDataSourceAdapter
  18. def getLogWriter(): PrintWriter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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