Object

jaskell.sql

SQL

Related Doc: package sql

Permalink

object SQL

TODO

Version

1.0.0

Since

2020/05/19 18:57

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def avg(argument: Directive): Func

    Permalink
  6. def c(name: String): Name with CouldBeColumn

    Permalink
  7. def case(base: Expression): Case

    Permalink
  8. def case: Case

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  10. def count(argument: Directive): Func

    Permalink
  11. def count: Func

    Permalink
  12. def delete: Delete

    Permalink
  13. def empty: Empty

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def f(name: String, args: Directive*): Func

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  19. def insert: Insert

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def l(ltl: Int): Literal

    Permalink
  22. def l(ltl: String): Literal

    Permalink
  23. def max(argument: Directive): Func

    Permalink
  24. def min(argument: Directive): Func

    Permalink
  25. def n(name: String): Name

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  29. def p[T](name: String): Parameter[T]

    Permalink
  30. def q(expression: Expression): Quote

    Permalink
  31. def q(qry: Query): Quote

    Permalink
  32. def q(condition: Condition): Quote

    Permalink
  33. def select: Select

    Permalink
  34. implicit def strToName(str: String): Expression

    Permalink
  35. val stringRegex: Regex

    Permalink
  36. implicit def strsToNames(strs: Seq[String]): Seq[Expression]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def t(name: String): Name with CouldBeJoin with CouldWhere with CouldBeFrom with CouldOrder with CouldGroup

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def update(name: Name): Update

    Permalink
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped