object Queries
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Queries
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- final case class DBOffset[+TpId](party: String, templateId: TpId, lastOffset: String) extends Product with Serializable
- type SurrogateTpId = AnyRef { ... /* 2 definitions in type refinement */ }
- sealed trait SurrogateTpIdTag extends AnyRef
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
- val SurrogateTpId: TagOf[SurrogateTpIdTag]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val createContractsTable: doobie.Fragment
- val createOffsetTable: doobie.Fragment
- val createTemplateIdsTable: doobie.Fragment
- def deleteContracts[F[_]](cids: F[String])(implicit arg0: Foldable[F], log: doobie.LogHandler): doobie.ConnectionIO[Int]
- val dropContractsTable: doobie.Fragment
- val dropOffsetTable: doobie.Fragment
- def dropTableIfExists(table: String): doobie.Fragment
- val dropTemplateIdsTable: doobie.Fragment
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val indexContractsTable: doobie.Fragment
-
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" )
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastOffset(parties: OneAnd[Set, String], tpid: SurrogateTpId)(implicit log: doobie.LogHandler, pls: doobie.Put[Vector[String]]): 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Implicits