Packages

object Queries

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. All

Type Members

  1. final case class DBContract[+TpId, +CK, +PL, +Prt](contractId: String, templateId: TpId, key: CK, payload: PL, signatories: Prt, observers: Prt, agreementText: String) extends Product with Serializable
  2. final case class DBOffset[+TpId](party: String, templateId: TpId, lastOffset: String) extends Product with Serializable
  3. type SurrogateTpId = AnyRef { ... /* 2 definitions in type refinement */ }
  4. sealed trait SurrogateTpIdTag extends AnyRef

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. val SurrogateTpId: TagOf[SurrogateTpIdTag]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val createContractsTable: doobie.Fragment
  8. val createOffsetTable: doobie.Fragment
  9. val createTemplateIdsTable: doobie.Fragment
  10. def deleteContracts[F[_]](cids: F[String])(implicit arg0: Foldable[F], log: doobie.LogHandler): doobie.ConnectionIO[Int]
  11. val dropContractsTable: doobie.Fragment
  12. val dropOffsetTable: doobie.Fragment
  13. def dropTableIfExists(table: String): doobie.Fragment
  14. val dropTemplateIdsTable: doobie.Fragment
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val indexContractsTable: doobie.Fragment
  21. 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]
    Annotations
    @silent( " pas .* never used" )
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def lastOffset(parties: OneAnd[Set, String], tpid: SurrogateTpId)(implicit log: doobie.LogHandler, pls: doobie.Put[Vector[String]]): doobie.ConnectionIO[Map[String, String]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def surrogateTemplateId(packageId: String, moduleName: String, entityName: String)(implicit log: doobie.LogHandler): doobie.ConnectionIO[SurrogateTpId]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. object Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped