Packages

t

molecule.api

MoleculeOut

trait MoleculeOut[T] extends MoleculeOutBase with Molecule

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

Type Members

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

Abstract Value Members

  1. abstract val _model: Model
    Definition Classes
    MoleculeMoleculeBase
  2. abstract val _query: Query
    Definition Classes
    MoleculeMoleculeBase
  3. abstract def get(implicit conn: Conn): Iterable[T]
  4. abstract def getD(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  5. abstract def getRaw(implicit conn: Conn): Iterable[lObj]

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
    Definition Classes
    Molecule
  5. def _insertTx(conn: Conn, data: Iterable[Seq[Any]]): Seq[Seq[Statement]]
    Attributes
    protected
    Definition Classes
    Molecule
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @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 get(n: Int)(implicit conn: Conn): Iterable[T]
  12. def getAsOf(d: Date)(implicit conn: Conn): Iterable[T]
  13. def getAsOf(txR: TxReport)(implicit conn: Conn): Iterable[T]
  14. def getAsOf(t: Long)(implicit conn: Conn): Iterable[T]
  15. def getAsOfD(d: Date)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  16. def getAsOfD(txR: TxReport)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  17. def getAsOfD(t: Long)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def getHistory(implicit conn: Conn): Iterable[T]
  20. def getHistoryD(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  21. def getRawAsOf(d: Date)(implicit conn: Conn): Iterable[lObj]
  22. def getRawAsOf(t: Long)(implicit conn: Conn): Iterable[lObj]
  23. def getRawHistory(implicit conn: Conn): Iterable[lObj]
  24. def getRawSince(d: Date)(implicit conn: Conn): Iterable[lObj]
  25. def getRawSince(t: Long)(implicit conn: Conn): Iterable[lObj]
  26. def getRawWith(txs: lObj)(implicit conn: Conn): Iterable[lObj]
  27. def getRawWith(txMolecules: SS*)(implicit conn: Conn): Iterable[lObj]
  28. def getSince(d: Date)(implicit conn: Conn): Iterable[T]
  29. def getSince(txR: TxReport)(implicit conn: Conn): Iterable[T]
  30. def getSince(t: Long)(implicit conn: Conn): Iterable[T]
  31. def getSinceD(d: Date)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  32. def getSinceD(txR: TxReport)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  33. def getSinceD(t: Long)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  34. def getWith(txData: lObj)(implicit conn: Conn): Iterable[T]
  35. def getWith(txMolecules: SS*)(implicit conn: Conn): Iterable[T]
  36. def getWithD(txData: lObj)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  37. def getWithD(txMolecules: SS*)(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  43. def save(implicit conn: Conn): TxReport
    Definition Classes
    Molecule
  44. def saveD(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  45. def saveTx(implicit conn: Conn): Seq[Seq[Statement]]
    Definition Classes
    Molecule
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    Molecule → AnyRef → Any
  48. def update(implicit conn: Conn): TxReport
    Definition Classes
    Molecule
  49. def updateD(implicit conn: Conn): Unit
    Definition Classes
    Molecule
  50. def updateTx(implicit conn: Conn): Seq[Seq[Statement]]
    Definition Classes
    Molecule
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MoleculeOutBase

Inherited from Molecule

Inherited from MoleculeBase

Inherited from AnyRef

Inherited from Any

Ungrouped