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

Inherited by implicit conversion Ensuring fromDelegateConnection to Ensuring[DelegateConnection]

Inherited by implicit conversion ArrowAssoc fromDelegateConnection to ArrowAssoc[DelegateConnection]

Ungrouped