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

Type Members

  1. abstract type DBContractKey
    Attributes
    protected[this]
  2. abstract type SqlInterpol

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 nameType: doobie.Fragment
    Attributes
    protected[this]
  8. abstract def packageIdType: doobie.Fragment
    Attributes
    protected[this]
  9. abstract def partyOffsetContractIdType: doobie.Fragment
    Attributes
    protected[this]
  10. abstract def primInsertContracts[F[_]](dbcs: F[DBContract[SurrogateTpId, DBContractKey, JsValue, Array[String]]])(implicit arg0: Foldable[F], arg1: Functor[F], log: doobie.LogHandler, ipol: SqlInterpol): doobie.ConnectionIO[Int]
    Attributes
    protected[this]
  11. abstract def textType: doobie.Fragment
    Attributes
    protected[this]
  12. 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( ... ) @native()
  6. val contractColumnName: doobie.Fragment

    for use when generating predicates

    for use when generating predicates

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

Inherited from AnyRef

Inherited from Any

Ungrouped