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. Protected

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 avg(argument: Directive): Func
  6. def c(name: String): Name with CouldBeColumn
  7. def case(base: Expression): Case
  8. def case: Case
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def count(argument: Directive): Func
  11. def count: Func
  12. def delete: Delete
  13. def empty: Empty
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def f(name: String, args: Directive*): Func
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def insert: Insert
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def l(ltl: Int): Literal
  22. def l(ltl: String): Literal
  23. def max(argument: Directive): Func
  24. def min(argument: Directive): Func
  25. def n(name: String): Name
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def p[T](name: String): Parameter[T]
  30. def q(expression: Expression): Quote
  31. def q(qry: Query): Quote
  32. def q(condition: Condition): Quote
  33. def select: Select
  34. implicit def strToName(str: String): Expression
  35. val stringRegex: Regex
  36. implicit def strsToNames(strs: Seq[String]): Seq[Expression]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def t(name: String): Name with CouldBeJoin with CouldWhere with CouldBeFrom with CouldOrder with CouldGroup
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def update(name: Name): Update
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped