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

Inherited from MoleculeOutBase

Inherited from Molecule

Inherited from MoleculeBase

Inherited from AnyRef

Inherited from Any

Ungrouped