com.typesafe.slick.testkit.util

DelegateConnection

class DelegateConnection extends Connection

A delegating wrapper for java.sql.Connection.

Source
DelegateConnection.scala
Linear Supertypes
Connection, AutoCloseable, Wrapper, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DelegateConnection(conn: Connection)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def abort(executor: Executor): Unit

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

    Definition Classes
    Any
  10. def clearWarnings(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  46. def isReadOnly(): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  78. def toString(): String

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

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

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from DelegateConnection to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (delegateConnection: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from DelegateConnection to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (delegateConnection: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: DelegateConnection

    Implicit information
    This member is added by an implicit conversion from DelegateConnection to ArrowAssoc[DelegateConnection] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (delegateConnection: ArrowAssoc[DelegateConnection]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: DelegateConnection

    Implicit information
    This member is added by an implicit conversion from DelegateConnection to Ensuring[DelegateConnection] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (delegateConnection: Ensuring[DelegateConnection]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DelegateConnection to StringAdd

Inherited by implicit conversion any2stringfmt from DelegateConnection to StringFormat

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

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

Ungrouped