Class

dbx.jdbc

ConnectionHolder

Related Doc: package jdbc

Permalink

class ConnectionHolder extends ResourceHolderSupport

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionHolder
  2. ResourceHolderSupport
  3. ResourceHolder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConnectionHolder(connection: Connection, transactionActive: Boolean)

    Permalink
  2. new ConnectionHolder(connection: Connection)

    Permalink
  3. new ConnectionHolder(connectionHandle: ConnectionHandle)

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

    Permalink
    Definition Classes
    Any
  5. def clear(): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createSavepoint(): Savepoint

    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(): Connection

    Permalink
  13. def getConnectionHandle(): ConnectionHandle

    Permalink
  14. def getDeadline(): Date

    Permalink
    Definition Classes
    ResourceHolderSupport
  15. def getTimeToLiveInMillis(): Long

    Permalink
    Definition Classes
    ResourceHolderSupport
  16. def getTimeToLiveInSeconds(): Int

    Permalink
    Definition Classes
    ResourceHolderSupport
  17. def hasConnection(): Boolean

    Permalink
    Attributes
    protected[dbx.jdbc]
  18. def hasTimeout(): Boolean

    Permalink
    Definition Classes
    ResourceHolderSupport
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def isOpen(): Boolean

    Permalink
    Definition Classes
    ResourceHolderSupport
  22. def isRollbackOnly(): Boolean

    Permalink
    Definition Classes
    ResourceHolderSupport
  23. def isSynchronizedWithTransaction(): Boolean

    Permalink
    Definition Classes
    ResourceHolderSupport
  24. def isTransactionActive(): Boolean

    Permalink
    Attributes
    protected[dbx.jdbc]
  25. def isVoid(): Boolean

    Permalink
    Definition Classes
    ResourceHolderSupportResourceHolder
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def released(): Unit

    Permalink
  30. def requested(): Unit

    Permalink
    Definition Classes
    ResourceHolderSupport
  31. def reset(): Unit

    Permalink
    Definition Classes
    ResourceHolderSupportResourceHolder
  32. def resetRollbackOnly(): Unit

    Permalink
    Definition Classes
    ResourceHolderSupport
  33. def setConnection(connection: Connection): Unit

    Permalink
    Attributes
    protected[dbx.jdbc]
  34. def setRollbackOnly(): Unit

    Permalink
    Definition Classes
    ResourceHolderSupport
  35. def setSynchronizedWithTransaction(synchronizedWithTransaction: Boolean): Unit

    Permalink
    Definition Classes
    ResourceHolderSupport
  36. def setTimeoutInMillis(millis: Long): Unit

    Permalink
    Definition Classes
    ResourceHolderSupport
  37. def setTimeoutInSeconds(seconds: Int): Unit

    Permalink
    Definition Classes
    ResourceHolderSupport
  38. def setTransactionActive(transactionActive: Boolean): Unit

    Permalink
    Attributes
    protected[dbx.jdbc]
  39. def supportsSavepoints(): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. def unbound(): Unit

    Permalink
    Definition Classes
    ResourceHolderSupportResourceHolder
  43. final def wait(): Unit

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

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

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

Inherited from ResourceHolderSupport

Inherited from ResourceHolder

Inherited from AnyRef

Inherited from Any

Ungrouped