Packages

object SQL

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class Column(name: String, T: Type.Value, strict: Boolean = false, primary_key: Boolean = false, expr: Source = "") extends Product with Serializable
  2. trait Database extends AnyRef
  3. class Result extends AnyRef
  4. type Source = String

    SQL language *

  5. class Statement extends AnyRef

    SQL database operations *

  6. sealed case class Table(name: String, columns: List[Column], body: Source = "") extends Product with Serializable

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def enclose(s: Source): Source
  7. def enclosure(ss: Iterable[Source]): Source
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def escape_char(c: Char): String
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def ident(s: String): Source
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def join(outer: Boolean): Source
  17. val join_inner: Source
  18. val join_outer: Source
  19. def member(x: Source, set: Iterable[String]): Source
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def select(columns: List[Column] = Nil, distinct: Boolean = false): Source
  24. def sql_type_default(T: SQL.Type.Value): Source
  25. def sql_type_postgresql(T: SQL.Type.Value): Source
  26. def sql_type_sqlite(T: SQL.Type.Value): Source
  27. def string(s: String): Source
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. object Column extends Serializable
  34. object Type extends Enumeration

Inherited from AnyRef

Inherited from Any

Ungrouped