Class

com.typesafe.slick.testkit.tests

JdbcTypeTest

Related Doc: package tests

Permalink

class JdbcTypeTest extends AsyncTest[JdbcTestDB]

Data type related tests which are specific to JdbcProfile

Source
JdbcTypeTest.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcTypeTest
  2. AsyncTest
  3. GenericTest
  4. AnyRef
  5. 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 JdbcTypeTest()

    Permalink

Type Members

  1. implicit class AssertionExtensionMethods[T] extends AnyRef

    Permalink
    Definition Classes
    AsyncTest
  2. implicit class CollectionAssertionExtensionMethods[T] extends AnyRef

    Permalink
    Definition Classes
    AsyncTest
  3. implicit class CollectionDBIOActionExtensionMethods[T, +S <: NoStream, -E <: Effect] extends AnyRef

    Permalink
    Definition Classes
    AsyncTest
  4. implicit class DBIOActionExtensionMethods[T, +S <: NoStream, -E <: Effect] extends AnyRef

    Permalink
    Definition Classes
    AsyncTest
  5. implicit class StringExtensionMethods extends AnyRef

    Permalink
    Definition Classes
    GenericTest

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 JdbcTypeTest to any2stringadd[JdbcTypeTest] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JdbcTypeTest, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. object GetSession extends SynchronousDatabaseAction[slick.basic.BasicProfile.Backend.Session, NoStream, TestDB.Profile.Backend, Effect]

    Permalink

    Test Action: Get the current database session

    Test Action: Get the current database session

    Definition Classes
    AsyncTest
  7. object GetStatementParameters extends SynchronousDatabaseAction[StatementParameters, NoStream, JdbcBackend, Effect]

    Permalink

    Test Action: Get the current statement parameters, except for statementInit which is always set to null

    Test Action: Get the current statement parameters, except for statementInit which is always set to null

    Definition Classes
    AsyncTest
  8. object GetTransactionality extends SynchronousDatabaseAction[(Int, Boolean), NoStream, JdbcBackend, Effect]

    Permalink

    Test Action: Get the current transactionality level and autoCommit flag

    Test Action: Get the current transactionality level and autoCommit flag

    Definition Classes
    AsyncTest
  9. object IsPinned extends SynchronousDatabaseAction[Boolean, NoStream, TestDB.Profile.Backend, Effect]

    Permalink

    Test Action: Check if the current database session is pinned

    Test Action: Check if the current database session is pinned

    Definition Classes
    AsyncTest
  10. var _tdb: JdbcTestDB

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTest
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def assertNesting(q: Rep[_], exp: Int): Unit

    Permalink
    Definition Classes
    GenericTest
  13. implicit def asyncTestExecutionContext: ExecutionContextExecutor

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncTest
  14. final def cleanup(): Unit

    Permalink
    Definition Classes
    GenericTest
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def closeKeepAlive(): Unit

    Permalink
    Definition Classes
    GenericTest
  17. lazy val db: Database

    Permalink
    Definition Classes
    GenericTest
  18. def ensuring(cond: (JdbcTypeTest) ⇒ Boolean, msg: ⇒ Any): JdbcTypeTest

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def foreach[T](p: Publisher[T])(f: (T) ⇒ Any): Future[Unit]

    Permalink

    Iterate synchronously over a Reactive Stream.

    Iterate synchronously over a Reactive Stream.

    Definition Classes
    AsyncTest
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcTypeTest to StringFormat[JdbcTypeTest] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. val formatter: DateTimeFormatter

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. val hourInMs: Int

    Permalink
  31. def ifCap[E <: Effect, R](caps: Capability*)(f: ⇒ DBIOAction[R, NoStream, E]): DBIOAction[Unit, NoStream, E]

    Permalink
    Definition Classes
    AsyncTest
  32. def ifCapF[R](caps: Capability*)(f: ⇒ Future[R]): Future[Unit]

    Permalink
    Definition Classes
    AsyncTest
  33. def ifCapU[T](caps: Capability*)(f: ⇒ T): Unit

    Permalink
    Definition Classes
    AsyncTest
  34. def ifNotCap[E <: Effect, R](caps: Capability*)(f: ⇒ DBIOAction[R, NoStream, E]): DBIOAction[Unit, NoStream, E]

    Permalink
    Definition Classes
    AsyncTest
  35. def ifNotCapF[R](caps: Capability*)(f: ⇒ Future[R]): Future[Unit]

    Permalink
    Definition Classes
    AsyncTest
  36. def ifNotCapU[T](caps: Capability*)(f: ⇒ T): Unit

    Permalink
    Definition Classes
    AsyncTest
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def jcap: JdbcCapabilities.type

    Permalink
    Definition Classes
    GenericTest
  39. final def mark[R, S <: NoStream, E <: Effect](id: String, f: ⇒ DBIOAction[R, S, E]): DBIOAction[R, S, E]

    Permalink
    Definition Classes
    GenericTest
  40. final def mark[T](id: String, f: ⇒ T): T

    Permalink
    Definition Classes
    GenericTest
  41. def materialize[T](p: Publisher[T]): Future[Vector[T]]

    Permalink

    Synchronously consume a Reactive Stream and materialize it as a Vector.

    Synchronously consume a Reactive Stream and materialize it as a Vector.

    Definition Classes
    AsyncTest
  42. def materializeAsync[T, R](p: Publisher[T], tr: (T) ⇒ Future[R], delay: Duration = ...): Future[Vector[R]]

    Permalink

    Asynchronously consume a Reactive Stream and materialize it as a Vector, requesting new elements one by one and transforming them after the specified delay.

    Asynchronously consume a Reactive Stream and materialize it as a Vector, requesting new elements one by one and transforming them after the specified delay. This ensures that the transformation does not run in the synchronous database context but still preserves proper sequencing.

    Definition Classes
    AsyncTest
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  46. lazy val now: LocalDateTime

    Permalink
  47. val random: Random.type

    Permalink
  48. def rcap: RelationalCapabilities.type

    Permalink
    Definition Classes
    GenericTest
  49. final val reuseInstance: Boolean(true)

    Permalink
    Definition Classes
    AsyncTestGenericTest
  50. def scap: SqlCapabilities.type

    Permalink
    Definition Classes
    GenericTest
  51. def seq[E <: Effect](actions: DBIOAction[_, NoStream, E]*): DBIOAction[Unit, NoStream, E]

    Permalink
    Definition Classes
    AsyncTest
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def tcap: capabilities.type

    Permalink
    Definition Classes
    GenericTest
  54. lazy val tdb: JdbcTestDB

    Permalink
    Definition Classes
    GenericTest
  55. def testBlob: Future[Unit]

    Permalink
  56. def testByteArray: DBIOAction[Unit, NoStream, Schema with Write with Write with Read with Read]

    Permalink
  57. def testByteArrayOption: DBIOAction[Unit, NoStream, Read with Write with Schema]

    Permalink
  58. def testDate: Future[Unit]

    Permalink
  59. def testInstant: Future[Unit]

    Permalink
  60. def testLocalDate: Future[Unit]

    Permalink
  61. def testLocalDateTime: Future[Unit]

    Permalink
  62. def testLocalTime: Future[Unit]

    Permalink
  63. def testMappedBlob: DBIOAction[Unit, NoStream, Read with Write with Schema with Transactional]

    Permalink
  64. def testOffsetDateTime: Future[Unit]

    Permalink
  65. def testOffsetTime: Future[Unit]

    Permalink
  66. def testOverrideIdentityType: Future[Unit]

    Permalink
  67. def testPostgresInstantWithTimeZone: Future[Unit]

    Permalink
  68. def testTime: Future[Unit]

    Permalink
  69. def testTimestamp: Future[Unit]

    Permalink
  70. def testUUID: Future[Unit]

    Permalink
  71. def testZonedDateTime: Future[Unit]

    Permalink
  72. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. val zoneIds: List[String]

    Permalink
  77. def [B](y: B): (JdbcTypeTest, B)

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

Inherited from AsyncTest[JdbcTestDB]

Inherited from GenericTest[JdbcTestDB]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped