Packages

sealed abstract class Queries extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Queries
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type DBContractKey
    Attributes
    protected[this]

Abstract Value Members

  1. abstract def agreementTextType: doobie.Fragment
    Attributes
    protected[this]
  2. abstract def bigIntType: doobie.Fragment
    Attributes
    protected[this]
  3. abstract def bigSerialType: doobie.Fragment
    Attributes
    protected[this]
  4. abstract def contractsTableSignatoriesObservers: doobie.Fragment
    Attributes
    protected[this]
  5. abstract def dropTableIfExists(table: String): doobie.Fragment
    Attributes
    protected[this]
  6. abstract def jsonColumn(name: doobie.Fragment): doobie.Fragment
    Attributes
    protected[this]
  7. 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]
  8. abstract def textType: doobie.Fragment
    Attributes
    protected[this]
  9. abstract def toDBContractKey[CK](ck: CK)(implicit arg0: JsonWriter[CK]): DBContractKey
    Attributes
    protected[this]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def deleteContracts[F[_]](cids: F[String])(implicit arg0: Foldable[F], log: doobie.LogHandler): doobie.ConnectionIO[Int]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def initDatabaseDdls: Vector[InitDdl]
    Attributes
    protected[this]
  13. 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]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def lastOffset(parties: OneAnd[Set, String], tpid: SurrogateTpId)(implicit log: doobie.LogHandler): doobie.ConnectionIO[Map[String, String]]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def surrogateTemplateId(packageId: String, moduleName: String, entityName: String)(implicit log: doobie.LogHandler): doobie.ConnectionIO[SurrogateTpId]
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. object Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped