Class

org.gerweck.scala.util.jdbc

WrappedConnection

Related Doc: package jdbc

Permalink

class WrappedConnection extends Connection with WrapperWrapping[Connection]

A wrapper around a JDBC java.sql.Connection.

This is useful to allow you to override or wrap certain methods: you can use this as a base class and override just the methods you care about. Everything else will delegate to the underlying connection.

Linear Supertypes
WrapperWrapping[Connection], Connection, AutoCloseable, Wrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WrappedConnection
  2. WrapperWrapping
  3. Connection
  4. AutoCloseable
  5. Wrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedConnection(inner: Connection)

    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 abort(arg0: Executor): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clearWarnings(): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    WrappedConnection → Connection → AutoCloseable
  9. def commit(): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  10. def createArrayOf(arg0: String, arg1: Array[AnyRef]): Array

    Permalink
    Definition Classes
    WrappedConnection → Connection
  11. def createBlob(): Blob

    Permalink
    Definition Classes
    WrappedConnection → Connection
  12. def createClob(): Clob

    Permalink
    Definition Classes
    WrappedConnection → Connection
  13. def createNClob(): NClob

    Permalink
    Definition Classes
    WrappedConnection → Connection
  14. def createSQLXML(): SQLXML

    Permalink
    Definition Classes
    WrappedConnection → Connection
  15. def createStatement(): Statement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  16. def createStatement(arg0: Int, arg1: Int): Statement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  17. def createStatement(arg0: Int, arg1: Int, arg2: Int): Statement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  18. def createStruct(arg0: String, arg1: Array[AnyRef]): Struct

    Permalink
    Definition Classes
    WrappedConnection → Connection
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(that: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getAutoCommit(): Boolean

    Permalink
    Definition Classes
    WrappedConnection → Connection
  23. def getCatalog(): String

    Permalink
    Definition Classes
    WrappedConnection → Connection
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getClientInfo(arg0: String): String

    Permalink
    Definition Classes
    WrappedConnection → Connection
  26. def getClientInfo(): Properties

    Permalink
    Definition Classes
    WrappedConnection → Connection
  27. def getHoldability(): Int

    Permalink
    Definition Classes
    WrappedConnection → Connection
  28. def getMetaData(): DatabaseMetaData

    Permalink
    Definition Classes
    WrappedConnection → Connection
  29. def getNetworkTimeout(): Int

    Permalink
    Definition Classes
    WrappedConnection → Connection
  30. def getSchema(): String

    Permalink
    Definition Classes
    WrappedConnection → Connection
  31. def getTransactionIsolation(): Int

    Permalink
    Definition Classes
    WrappedConnection → Connection
  32. def getTypeMap(): Map[String, Class[_]]

    Permalink
    Definition Classes
    WrappedConnection → Connection
  33. def getWarnings(): SQLWarning

    Permalink
    Definition Classes
    WrappedConnection → Connection
  34. def hashCode(): Int

    Permalink
    Definition Classes
    WrapperWrapping → AnyRef → Any
  35. final val inner: Connection

    Permalink
    Definition Classes
    WrappedConnectionWrapperWrapping
  36. def isClosed(): Boolean

    Permalink
    Definition Classes
    WrappedConnection → Connection
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isReadOnly(): Boolean

    Permalink
    Definition Classes
    WrappedConnection → Connection
  39. def isValid(arg0: Int): Boolean

    Permalink
    Definition Classes
    WrappedConnection → Connection
  40. def isWrapperFor(clazz: Class[_]): Boolean

    Permalink
    Definition Classes
    WrapperWrapping → Wrapper
  41. def nativeSQL(arg0: String): String

    Permalink
    Definition Classes
    WrappedConnection → Connection
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def prepareCall(arg0: String): CallableStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  46. def prepareCall(arg0: String, arg1: Int, arg2: Int): CallableStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  47. def prepareCall(arg0: String, arg1: Int, arg2: Int, arg3: Int): CallableStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  48. def prepareStatement(arg0: String): PreparedStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  49. def prepareStatement(arg0: String, arg1: Int, arg2: Int): PreparedStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  50. def prepareStatement(arg0: String, arg1: Int, arg2: Int, arg3: Int): PreparedStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  51. def prepareStatement(arg0: String, arg1: Int): PreparedStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  52. def prepareStatement(arg0: String, arg1: Array[Int]): PreparedStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  53. def prepareStatement(arg0: String, arg1: Array[String]): PreparedStatement

    Permalink
    Definition Classes
    WrappedConnection → Connection
  54. def releaseSavepoint(arg0: Savepoint): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  55. def rollback(): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  56. def rollback(arg0: Savepoint): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  57. def setAutoCommit(arg0: Boolean): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  58. def setCatalog(arg0: String): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  59. def setClientInfo(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  60. def setClientInfo(arg0: Properties): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  61. def setHoldability(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  62. def setNetworkTimeout(arg0: Executor, arg1: Int): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  63. def setReadOnly(arg0: Boolean): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  64. def setSavepoint(): Savepoint

    Permalink
    Definition Classes
    WrappedConnection → Connection
  65. def setSavepoint(arg0: String): Savepoint

    Permalink
    Definition Classes
    WrappedConnection → Connection
  66. def setSchema(arg0: String): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  67. def setTransactionIsolation(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  68. def setTypeMap(arg0: Map[String, Class[_]]): Unit

    Permalink
    Definition Classes
    WrappedConnection → Connection
  69. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    WrapperWrapping → Wrapper
  72. final def wait(): Unit

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

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

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

Inherited from WrapperWrapping[Connection]

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped