Class

com.typesafe.slick.testkit.util

DelegateConnection

Related Doc: package util

Permalink

class DelegateConnection extends Connection

A delegating wrapper for java.sql.Connection.

Source
DelegateConnection.scala
Linear Supertypes
Connection, AutoCloseable, Wrapper, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelegateConnection
  2. Connection
  3. AutoCloseable
  4. Wrapper
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DelegateConnection(conn: 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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to any2stringadd[DelegateConnection] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DelegateConnection, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to ArrowAssoc[DelegateConnection] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def abort(executor: Executor): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    DelegateConnection → Connection
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    DelegateConnection → Connection → AutoCloseable
  11. def commit(): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  12. def createArrayOf(typeName: String, elements: Array[AnyRef]): Array

    Permalink
    Definition Classes
    DelegateConnection → Connection
  13. def createBlob(): Blob

    Permalink
    Definition Classes
    DelegateConnection → Connection
  14. def createClob(): Clob

    Permalink
    Definition Classes
    DelegateConnection → Connection
  15. def createNClob(): NClob

    Permalink
    Definition Classes
    DelegateConnection → Connection
  16. def createSQLXML(): SQLXML

    Permalink
    Definition Classes
    DelegateConnection → Connection
  17. def createStatement(resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Statement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  18. def createStatement(resultSetType: Int, resultSetConcurrency: Int): Statement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  19. def createStatement(): Statement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  20. def createStruct(typeName: String, attributes: Array[AnyRef]): Struct

    Permalink
    Definition Classes
    DelegateConnection → Connection
  21. def ensuring(cond: (DelegateConnection) ⇒ Boolean, msg: ⇒ Any): DelegateConnection

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to Ensuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (DelegateConnection) ⇒ Boolean): DelegateConnection

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to Ensuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): DelegateConnection

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to Ensuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): DelegateConnection

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to Ensuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to StringFormat[DelegateConnection] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. def getAutoCommit(): Boolean

    Permalink
    Definition Classes
    DelegateConnection → Connection
  30. def getCatalog(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getClientInfo(): Properties

    Permalink
    Definition Classes
    DelegateConnection → Connection
  33. def getClientInfo(name: String): String

    Permalink
    Definition Classes
    DelegateConnection → Connection
  34. def getHoldability(): Int

    Permalink
    Definition Classes
    DelegateConnection → Connection
  35. def getMetaData(): DatabaseMetaData

    Permalink
    Definition Classes
    DelegateConnection → Connection
  36. def getNetworkTimeout(): Int

    Permalink
    Definition Classes
    DelegateConnection → Connection
  37. def getSchema(): String

    Permalink
    Definition Classes
    DelegateConnection → Connection
  38. def getTransactionIsolation(): Int

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

    Permalink
    Definition Classes
    DelegateConnection → Connection
  40. def getWarnings(): SQLWarning

    Permalink
    Definition Classes
    DelegateConnection → Connection
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. def isClosed(): Boolean

    Permalink
    Definition Classes
    DelegateConnection → Connection
  43. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    DelegateConnection → Connection
  45. def isValid(timeout: Int): Boolean

    Permalink
    Definition Classes
    DelegateConnection → Connection
  46. def isWrapperFor(iface: Class[_]): Boolean

    Permalink
    Definition Classes
    DelegateConnection → Wrapper
  47. def nativeSQL(sql: String): String

    Permalink
    Definition Classes
    DelegateConnection → Connection
  48. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): CallableStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  52. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int): CallableStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  53. def prepareCall(sql: String): CallableStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  54. def prepareStatement(sql: String, columnNames: Array[String]): PreparedStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  55. def prepareStatement(sql: String, columnIndexes: Array[Int]): PreparedStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  56. def prepareStatement(sql: String, autoGeneratedKeys: Int): PreparedStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  57. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): PreparedStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  58. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int): PreparedStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  59. def prepareStatement(sql: String): PreparedStatement

    Permalink
    Definition Classes
    DelegateConnection → Connection
  60. def releaseSavepoint(savepoint: Savepoint): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  61. def rollback(savepoint: Savepoint): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  62. def rollback(): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  63. def setAutoCommit(autoCommit: Boolean): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  64. def setCatalog(catalog: String): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  65. def setClientInfo(properties: Properties): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  66. def setClientInfo(name: String, value: String): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  67. def setHoldability(holdability: Int): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  68. def setNetworkTimeout(executor: Executor, milliseconds: Int): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  69. def setReadOnly(readOnly: Boolean): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  70. def setSavepoint(name: String): Savepoint

    Permalink
    Definition Classes
    DelegateConnection → Connection
  71. def setSavepoint(): Savepoint

    Permalink
    Definition Classes
    DelegateConnection → Connection
  72. def setSchema(schema: String): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  73. def setTransactionIsolation(level: Int): Unit

    Permalink
    Definition Classes
    DelegateConnection → Connection
  74. def setTypeMap(map: Map[String, Class[_]]): Unit

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

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

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

    Permalink
    Definition Classes
    DelegateConnection → Wrapper
  78. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def [B](y: B): (DelegateConnection, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DelegateConnection to ArrowAssoc[DelegateConnection] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DelegateConnection to any2stringadd[DelegateConnection]

Inherited by implicit conversion StringFormat from DelegateConnection to StringFormat[DelegateConnection]

Inherited by implicit conversion Ensuring from DelegateConnection to Ensuring[DelegateConnection]

Inherited by implicit conversion ArrowAssoc from DelegateConnection to ArrowAssoc[DelegateConnection]

Ungrouped