c

com.typesafe.slick.testkit.util

DelegateConnection

class DelegateConnection extends Connection

A delegating wrapper for java.sql.Connection.

Source
DelegateConnection.scala
Linear Supertypes
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. Protected

Instance Constructors

  1. new DelegateConnection(conn: Connection)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DelegateConnection toany2stringadd[DelegateConnection] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DelegateConnection, B)
    Implicit
    This member is added by an implicit conversion from DelegateConnection toArrowAssoc[DelegateConnection] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def abort(executor: Executor): Unit
    Definition Classes
    DelegateConnection → Connection
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def beginRequest(): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  9. def clearWarnings(): Unit
    Definition Classes
    DelegateConnection → Connection
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def close(): Unit
    Definition Classes
    DelegateConnection → Connection → AutoCloseable
  12. def commit(): Unit
    Definition Classes
    DelegateConnection → Connection
  13. def createArrayOf(typeName: String, elements: Array[AnyRef]): Array
    Definition Classes
    DelegateConnection → Connection
  14. def createBlob(): Blob
    Definition Classes
    DelegateConnection → Connection
  15. def createClob(): Clob
    Definition Classes
    DelegateConnection → Connection
  16. def createNClob(): NClob
    Definition Classes
    DelegateConnection → Connection
  17. def createSQLXML(): SQLXML
    Definition Classes
    DelegateConnection → Connection
  18. def createStatement(resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): Statement
    Definition Classes
    DelegateConnection → Connection
  19. def createStatement(resultSetType: Int, resultSetConcurrency: Int): Statement
    Definition Classes
    DelegateConnection → Connection
  20. def createStatement(): Statement
    Definition Classes
    DelegateConnection → Connection
  21. def createStruct(typeName: String, attributes: Array[AnyRef]): Struct
    Definition Classes
    DelegateConnection → Connection
  22. def endRequest(): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  23. def ensuring(cond: (DelegateConnection) => Boolean, msg: => Any): DelegateConnection
    Implicit
    This member is added by an implicit conversion from DelegateConnection toEnsuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (DelegateConnection) => Boolean): DelegateConnection
    Implicit
    This member is added by an implicit conversion from DelegateConnection toEnsuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: => Any): DelegateConnection
    Implicit
    This member is added by an implicit conversion from DelegateConnection toEnsuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): DelegateConnection
    Implicit
    This member is added by an implicit conversion from DelegateConnection toEnsuring[DelegateConnection] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def getAutoCommit(): Boolean
    Definition Classes
    DelegateConnection → Connection
  30. def getCatalog(): String
    Definition Classes
    DelegateConnection → Connection
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def getClientInfo(): Properties
    Definition Classes
    DelegateConnection → Connection
  33. def getClientInfo(name: String): String
    Definition Classes
    DelegateConnection → Connection
  34. def getHoldability(): Int
    Definition Classes
    DelegateConnection → Connection
  35. def getMetaData(): DatabaseMetaData
    Definition Classes
    DelegateConnection → Connection
  36. def getNetworkTimeout(): Int
    Definition Classes
    DelegateConnection → Connection
  37. def getSchema(): String
    Definition Classes
    DelegateConnection → Connection
  38. def getTransactionIsolation(): Int
    Definition Classes
    DelegateConnection → Connection
  39. def getTypeMap(): Map[String, Class[_]]
    Definition Classes
    DelegateConnection → Connection
  40. def getWarnings(): SQLWarning
    Definition Classes
    DelegateConnection → Connection
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  42. def isClosed(): Boolean
    Definition Classes
    DelegateConnection → Connection
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isReadOnly(): Boolean
    Definition Classes
    DelegateConnection → Connection
  45. def isValid(timeout: Int): Boolean
    Definition Classes
    DelegateConnection → Connection
  46. def isWrapperFor(iface: Class[_]): Boolean
    Definition Classes
    DelegateConnection → Wrapper
  47. def nativeSQL(sql: String): String
    Definition Classes
    DelegateConnection → Connection
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  51. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): CallableStatement
    Definition Classes
    DelegateConnection → Connection
  52. def prepareCall(sql: String, resultSetType: Int, resultSetConcurrency: Int): CallableStatement
    Definition Classes
    DelegateConnection → Connection
  53. def prepareCall(sql: String): CallableStatement
    Definition Classes
    DelegateConnection → Connection
  54. def prepareStatement(sql: String, columnNames: Array[String]): PreparedStatement
    Definition Classes
    DelegateConnection → Connection
  55. def prepareStatement(sql: String, columnIndexes: Array[Int]): PreparedStatement
    Definition Classes
    DelegateConnection → Connection
  56. def prepareStatement(sql: String, autoGeneratedKeys: Int): PreparedStatement
    Definition Classes
    DelegateConnection → Connection
  57. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int, resultSetHoldability: Int): PreparedStatement
    Definition Classes
    DelegateConnection → Connection
  58. def prepareStatement(sql: String, resultSetType: Int, resultSetConcurrency: Int): PreparedStatement
    Definition Classes
    DelegateConnection → Connection
  59. def prepareStatement(sql: String): PreparedStatement
    Definition Classes
    DelegateConnection → Connection
  60. def releaseSavepoint(savepoint: Savepoint): Unit
    Definition Classes
    DelegateConnection → Connection
  61. def rollback(savepoint: Savepoint): Unit
    Definition Classes
    DelegateConnection → Connection
  62. def rollback(): Unit
    Definition Classes
    DelegateConnection → Connection
  63. def setAutoCommit(autoCommit: Boolean): Unit
    Definition Classes
    DelegateConnection → Connection
  64. def setCatalog(catalog: String): Unit
    Definition Classes
    DelegateConnection → Connection
  65. def setClientInfo(properties: Properties): Unit
    Definition Classes
    DelegateConnection → Connection
  66. def setClientInfo(name: String, value: String): Unit
    Definition Classes
    DelegateConnection → Connection
  67. def setHoldability(holdability: Int): Unit
    Definition Classes
    DelegateConnection → Connection
  68. def setNetworkTimeout(executor: Executor, milliseconds: Int): Unit
    Definition Classes
    DelegateConnection → Connection
  69. def setReadOnly(readOnly: Boolean): Unit
    Definition Classes
    DelegateConnection → Connection
  70. def setSavepoint(name: String): Savepoint
    Definition Classes
    DelegateConnection → Connection
  71. def setSavepoint(): Savepoint
    Definition Classes
    DelegateConnection → Connection
  72. def setSchema(schema: String): Unit
    Definition Classes
    DelegateConnection → Connection
  73. def setShardingKey(arg0: ShardingKey): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  74. def setShardingKey(arg0: ShardingKey, arg1: ShardingKey): Unit
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  75. def setShardingKeyIfValid(arg0: ShardingKey, arg1: Int): Boolean
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  76. def setShardingKeyIfValid(arg0: ShardingKey, arg1: ShardingKey, arg2: Int): Boolean
    Definition Classes
    Connection
    Annotations
    @throws(classOf[java.sql.SQLException])
  77. def setTransactionIsolation(level: Int): Unit
    Definition Classes
    DelegateConnection → Connection
  78. def setTypeMap(map: Map[String, Class[_]]): Unit
    Definition Classes
    DelegateConnection → Connection
  79. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. def unwrap[T](iface: Class[T]): T
    Definition Classes
    DelegateConnection → Wrapper
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DelegateConnection toStringFormat[DelegateConnection] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (DelegateConnection, B)
    Implicit
    This member is added by an implicit conversion from DelegateConnection toArrowAssoc[DelegateConnection] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Connection

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDelegateConnection to any2stringadd[DelegateConnection]

Inherited by implicit conversion StringFormat fromDelegateConnection to StringFormat[DelegateConnection]

Inherited by implicit conversion Ensuring fromDelegateConnection to Ensuring[DelegateConnection]

Inherited by implicit conversion ArrowAssoc fromDelegateConnection to ArrowAssoc[DelegateConnection]

Ungrouped