Packages

object RowDefs

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

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. val assignmentExclusivity: RowDef[Option[Timestamp]]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def commandId(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[Option[String]]
  8. def commonEventPropertiesParser(stringInterning: StringInterning): RowDef[CommonEventProperties]
  9. def commonUpdatePropertiesParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[CommonUpdateProperties]
  10. val consuming: RowDef[Boolean]
  11. val contractIdDef: RowDef[ContractId]
  12. val deactivatedEventSeqId: RowDef[Option[Long]]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val eventOffset: RowDef[Long]
  16. val eventSequentialId: RowDef[Long]
  17. val eventType: RowDef[PersistentEventType]
  18. def exerciseActors(stringInterning: StringInterning): RowDef[Set[String]]
  19. val exerciseArgument: RowDef[Array[Byte]]
  20. val exerciseArgumentCompression: RowDef[Option[Int]]
  21. def exerciseChoice(stringInterning: StringInterning): RowDef[daml.lf.data.Ref.ChoiceName]
  22. def exerciseChoiceInterface(stringInterning: StringInterning): RowDef[Option[daml.lf.data.Ref.Identifier]]
  23. val exerciseLastDescendantNodeId: RowDef[Int]
  24. val exerciseResult: RowDef[Option[Array[Byte]]]
  25. val exerciseResultCompression: RowDef[Option[Int]]
  26. val externalTransactionHash: RowDef[Option[Array[Byte]]]
  27. def filteredAdditionalWitnesses(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]])(witnessIsAcsDelta: Boolean): RowDef[Set[String]]
  28. def filteredStakeholderParties(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[Set[String]]
  29. def genSynchronizerId(columnName: String)(stringInterning: StringInterning): RowDef[String]
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. val internalContractId: RowDef[Long]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val ledgerEffectiveTime: RowDef[Timestamp]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. val nodeId: RowDef[Int]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def rawArchivedEventParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]], acsDeltaForParticipant: Boolean): RowDef[RawArchivedEvent]
  40. def rawExercisedEventParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]], eventIsAcsDeltaForParticipant: Boolean): RowDef[RawExercisedEvent]
  41. def rawThinActiveContractParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[RawThinActiveContract]
  42. def rawThinAssignEventParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[RawThinAssignEvent]
  43. def rawThinCreatedEventParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]], witnessIsAcsDelta: Boolean, eventIsAcsDeltaForParticipant: Boolean): RowDef[RawThinCreatedEvent]
  44. def rawUnassignEventParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[RawUnassignEvent]
  45. val reassignmentCounter: RowDef[Long]
  46. val reassignmentId: RowDef[String]
  47. def reassignmentPropertiesParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[ReassignmentProperties]
  48. val recordTime: RowDef[Timestamp]
  49. def representativePackageId(stringInterning: StringInterning): RowDef[daml.lf.data.Ref.PackageId]
  50. def sourceSynchronizerId(stringInterning: StringInterning): RowDef[String]
  51. def submitter(stringInterning: StringInterning): RowDef[Option[String]]
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def synchronizerId(stringInterning: StringInterning): RowDef[String]
  54. def targetSynchronizerId(stringInterning: StringInterning): RowDef[String]
  55. def templateId(stringInterning: StringInterning): RowDef[FullIdentifier]
  56. def thinCreatedEventPropertiesParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]], witnessIsAcsDelta: Boolean, eventIsAcsDeltaForParticipant: Boolean): RowDef[ThinCreatedEventProperties]
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. val traceContext: RowDef[Array[Byte]]
  59. def transactionPropertiesParser(stringInterning: StringInterning, allQueryingPartiesO: Option[Set[Party]]): RowDef[TransactionProperties]
  60. val updateIdDef: RowDef[String]
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  64. val workflowId: RowDef[Option[String]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped