Packages

t

molecule.api

Molecule

trait Molecule extends MoleculeBase

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Molecule
  2. MoleculeBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type LL = List[List[_]]
    Attributes
    protected
  2. type SS = Seq[Seq[Statement]]
    Attributes
    protected
  3. trait checkInsertModel extends AnyRef
    Attributes
    protected
  4. type lObj = List[AnyRef]
    Attributes
    protected

Abstract Value Members

  1. abstract val _model: Model
    Definition Classes
    MoleculeMoleculeBase
  2. abstract val _query: Query
    Definition Classes
    MoleculeMoleculeBase
  3. abstract def getD(implicit conn: Conn): Unit

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. def _insertD(conn: Conn, data: Iterable[Seq[Any]]): Unit
    Attributes
    protected
  5. def _insertTx(conn: Conn, data: Iterable[Seq[Any]]): Seq[Seq[Statement]]
    Attributes
    protected
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAsOfD(d: Date)(implicit conn: Conn): Unit
  12. def getAsOfD(txR: TxReport)(implicit conn: Conn): Unit
  13. def getAsOfD(t: Long)(implicit conn: Conn): Unit
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getHistoryD(implicit conn: Conn): Unit
  16. def getSinceD(d: Date)(implicit conn: Conn): Unit
  17. def getSinceD(txR: TxReport)(implicit conn: Conn): Unit
  18. def getSinceD(t: Long)(implicit conn: Conn): Unit
  19. def getWithD(txData: lObj)(implicit conn: Conn): Unit
  20. def getWithD(txMolecules: SS*)(implicit conn: Conn): Unit
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def save(implicit conn: Conn): TxReport
  27. def saveD(implicit conn: Conn): Unit
  28. def saveTx(implicit conn: Conn): Seq[Seq[Statement]]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Molecule → AnyRef → Any
  31. def update(implicit conn: Conn): TxReport
  32. def updateD(implicit conn: Conn): Unit
  33. def updateTx(implicit conn: Conn): Seq[Seq[Statement]]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from MoleculeBase

Inherited from AnyRef

Inherited from Any

Ungrouped