Packages

c

molecule.transform

Model2Transaction

case class Model2Transaction(conn: Conn, model: Model) extends Helpers with Product with Serializable

Model to transaction transformation.

Source
Model2Transaction.scala
See also

http://www.scalamolecule.org/dev/transformation/

Linear Supertypes
Serializable, Serializable, Product, Equals, Helpers, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Model2Transaction
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Helpers
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Model2Transaction(conn: Conn, model: Model)

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 cast(value: Any): String
    Attributes
    protected
    Definition Classes
    Helpers
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val conn: Conn
  8. def date(s: String): Date
    Attributes
    protected
    Definition Classes
    Helpers
  9. def date2datomicStr(date: Date): String
    Attributes
    protected
    Definition Classes
    Helpers
  10. def date2str(date: Date): String
    Attributes
    protected
    Definition Classes
    Helpers
  11. def eidV(stmts: Seq[Statement]): Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def f(a: Any): Any
    Attributes
    protected
    Definition Classes
    Helpers
  14. final def f2(a: Any): Any
    Attributes
    protected
    Definition Classes
    Helpers
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def flatten(vs: Seq[Any]): Seq[Any]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getPairs(e: Any, a: String, key: String = ""): Map[String, String]
  19. def insertStmts(dataRows: Seq[Seq[Any]]): Seq[Seq[Statement]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lastE(stmts: Seq[Statement], attr: String, nestedE: Any, bi: GenericValue, composite: Any = "e"): Any
  22. def lastV(stmts: Seq[Statement], attr: String, nestedE: Any = 0): Any
  23. def matchDataStmt(stmts: Seq[Statement], genericStmt: Statement, arg: Any, cur: Int, next: Int, nestedE: Any, edgeB: Option[AnyRef]): (Int, Option[AnyRef], Seq[Statement])
  24. val model: Model
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def o(opt: Option[Any]): String
    Attributes
    protected
    Definition Classes
    Helpers
  29. def pairStrs(e: Any, a: String, key: String): Iterable[AnyRef]
  30. def resolveStmts(genericStmts: Seq[Statement], row: Seq[Any], nestedE0: Any = 0, edgeB0: Option[AnyRef] = None): Seq[Statement]
  31. def saveStmts(): Seq[Statement]
  32. final lazy val sdf: SimpleDateFormat
    Attributes
    protected
    Definition Classes
    Helpers
  33. final lazy val sdfDatomic: SimpleDateFormat
    Attributes
    protected
    Definition Classes
    Helpers
  34. final def seq[T](values: Seq[T]): String
    Attributes
    protected
    Definition Classes
    Helpers
  35. def splitStmts(): (Seq[Statement], Seq[Statement])
  36. val stmtsModel: Seq[Statement]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. final def time(n: Int, prev: Int = 0): Unit
    Attributes
    protected
    Definition Classes
    Helpers
  39. final def tupleToSeq(arg: Any): Seq[Any]
    Attributes
    protected
    Definition Classes
    Helpers
  40. def txRefAttr(stmts: Seq[Statement]): Boolean
  41. def updateStmts(): Seq[Statement]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. val x: Debug
  46. object mkDate
    Attributes
    protected
    Definition Classes
    Helpers

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Helpers

Inherited from AnyRef

Inherited from Any

Ungrouped