sealed abstract class Queries extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Queries
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type DBContractKey
- Attributes
- protected[this]
Abstract Value Members
- abstract def agreementTextType: doobie.Fragment
- Attributes
- protected[this]
- abstract def bigIntType: doobie.Fragment
- Attributes
- protected[this]
- abstract def bigSerialType: doobie.Fragment
- Attributes
- protected[this]
- abstract def contractsTableSignatoriesObservers: doobie.Fragment
- Attributes
- protected[this]
- abstract def dropTableIfExists(table: String): doobie.Fragment
- Attributes
- protected[this]
- abstract def jsonColumn(name: doobie.Fragment): doobie.Fragment
- Attributes
- protected[this]
- abstract def primInsertContracts[F[_]](dbcs: F[DBContract[SurrogateTpId, DBContractKey, JsValue, Array[String]]])(implicit arg0: Foldable[F], arg1: Functor[F], log: doobie.LogHandler, pas: doobie.Put[Array[String]]): doobie.ConnectionIO[Int]
- Attributes
- protected[this]
- abstract def textType: doobie.Fragment
- Attributes
- protected[this]
- abstract def toDBContractKey[CK](ck: CK)(implicit arg0: JsonWriter[CK]): DBContractKey
- Attributes
- protected[this]
Concrete Value Members
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def deleteContracts[F[_]](cids: F[String])(implicit arg0: Foldable[F], log: doobie.LogHandler): doobie.ConnectionIO[Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def initDatabaseDdls: Vector[InitDdl]
- Attributes
- protected[this]
- final def insertContracts[F[_], CK, PL](dbcs: F[DBContract[SurrogateTpId, CK, PL, Seq[String]]])(implicit arg0: Foldable[F], arg1: Functor[F], arg2: JsonWriter[CK], arg3: JsonWriter[PL], log: doobie.LogHandler, pas: doobie.Put[Array[String]]): doobie.ConnectionIO[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def lastOffset(parties: OneAnd[Set, String], tpid: SurrogateTpId)(implicit log: doobie.LogHandler): doobie.ConnectionIO[Map[String, String]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def surrogateTemplateId(packageId: String, moduleName: String, entityName: String)(implicit log: doobie.LogHandler): doobie.ConnectionIO[SurrogateTpId]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object Implicits