Packages

  • package root
    Definition Classes
    root
  • package molecule

    Main Molecule API

    Main Molecule API

    To use Molecule, this object is imported

    import molecule._

    Consists of various interfaces and implicits that make Molecule creation and queries possible (see below)

    Note that facade.Conn is also included directly in the molecule package level in order ofr it to be available without extra imports in client code.

    Definition Classes
    root
  • package schema
    Definition Classes
    molecule
  • trait Db extends AnyRef
    Definition Classes
    schema
  • valueType
c

molecule.schema.Db

valueType

class valueType[Ns, In] extends OneString[Ns, In]

Linear Supertypes
OneString[Ns, In], One[Ns, In, String], ValueAttr[Ns, In, String, String], Attr, ValueAttrOps[Ns, In, String, String], OneOps[Ns, In, String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. valueType
  2. OneString
  3. One
  4. ValueAttr
  5. Attr
  6. ValueAttrOps
  7. OneOps
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new valueType()

Value Members

  1. def !=(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  2. def !=(values: Iterable[String]): Ns with Attr
    Definition Classes
    ValueAttrOps
  3. def !=(value: String): Ns with Attr
    Definition Classes
    ValueAttrOps
  4. def !=(value: String, more: String*): Ns with Attr
    Definition Classes
    ValueAttrOps
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##(): Int
    Definition Classes
    AnyRef → Any
  7. def <(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  8. def <(value: String): Ns with Attr
    Definition Classes
    ValueAttrOps
  9. def <=(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  10. def <=(value: String): Ns with Attr
    Definition Classes
    ValueAttrOps
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def >(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  13. def >(value: String): Ns with Attr
    Definition Classes
    ValueAttrOps
  14. def >=(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  15. def >=(value: String): Ns with Attr
    Definition Classes
    ValueAttrOps
  16. def apply(expr3: Exp3[String, String, String]): Ns with Attr
    Definition Classes
    ValueAttrOps
  17. def apply(expr2: Exp2[String, String]): Ns with Attr
    Definition Classes
    ValueAttrOps
  18. def apply(expr1: Exp1[String]): Ns with Attr
    Definition Classes
    ValueAttrOps
  19. def apply(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  20. def apply(unifyThis: molecule.unify): Ns with Attr
    Definition Classes
    ValueAttrOps
  21. def apply(noValue: molecule.nil): Ns with Attr
    Definition Classes
    ValueAttrOps
  22. def apply(values: Iterable[String]): Ns with Attr
    Definition Classes
    OneOps
  23. def apply(value: String, more: String*): Ns with Attr
    Definition Classes
    OneOps
  24. def apply(): Ns with Attr
    Definition Classes
    OneOps
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def not(in: molecule.?): In with Attr
    Definition Classes
    ValueAttrOps
  35. def not(values: Iterable[String]): Ns with Attr
    Definition Classes
    ValueAttrOps
  36. def not(value: String, more: String*): Ns with Attr
    Definition Classes
    ValueAttrOps
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OneString[Ns, In]

Inherited from One[Ns, In, String]

Inherited from ValueAttr[Ns, In, String, String]

Inherited from Attr

Inherited from ValueAttrOps[Ns, In, String, String]

Inherited from OneOps[Ns, In, String]

Inherited from AnyRef

Inherited from Any

Ungrouped