object TestDb
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestDb
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def : A
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acquireRealXA(): (ImperativeXA, locks.SharedLock.Locked)
Returns a connection that really commits transactions on completion and writes to the DB.
Returns a connection that really commits transactions on completion and writes to the DB.
Ensure that you call releaseRealXA() after use.
Use with care. Use as a last resort.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def check[A](a: A)(implicit arg0: Analyzable[A]): Unit
- def checkOutput[A, B](q: doobie.Query[A, B])(implicit arg0: Tag[A], arg1: Tag[B], l: Line): Unit
- def checkOutput[A](q: doobie.Query0[A])(implicit arg0: Tag[A], l: Line): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dropSchema(): Unit
Drops all objects (tables, views, procedures, triggers, ...) in the configured schemas.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def init(): Unit
- def initPending(): Boolean
- def initialised(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lazyTables: () => Set[DbTable]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onDropSchemaAttempt: AtomicReference[(Db) => Unit]
Called when the DB schema is about to be dropped.
- def onlyAllowDropSchemaWhenDatabaseNameIs(expected: String): Unit
- def shutdown(): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val tables: Set[DbTable]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncateAll(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withImperativeXA[A](f: (ImperativeXA) => A): A
Everything runs in a transaction and is automatically rolled back
- def withRealXA[A](f: (ImperativeXA) => A): A
Provides a connection that really commits transactions on completion and writes to the DB.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated