package sql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait As extends Directive with Expression with CouldBeColumn with CouldBeFrom with CouldBeJoin

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 20:18

  2. trait By extends Directive with CouldUnion

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 16:52

  3. class Case extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:36

  4. trait Condition extends Directive with CouldBeQuote

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:00

  5. trait CouldAs extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 20:16

  6. trait CouldBeColumn extends Directive with CouldAs

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 17:14

  7. trait CouldBeCondition extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:59

  8. trait CouldBeFrom extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 18:00

  9. trait CouldBeJoin extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:00

  10. trait CouldBeQuote extends Directive

    Could be Quote 元素可以放进 quote 中

    Could be Quote 元素可以放进 quote 中

    Version

    1.0.0

    Since

    2020/05/19 17:07

  11. trait CouldCondition extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:59

  12. trait CouldFrom extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 16:03

  13. trait CouldGroup extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 16:12

  14. trait CouldIn extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 18:30

  15. trait CouldJoin extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 18:57

  16. trait CouldLimit extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:28

  17. trait CouldOffset extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:29

  18. trait CouldOn extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 11:27

  19. trait CouldOrder extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 16:12

  20. trait CouldReturning extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 18:09

  21. trait CouldUnion extends Directive with Query with CouldBeQuote

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/21 13:42

  22. trait CouldWhere extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:26

  23. class Delete extends Directive with CouldFrom

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 19:17

  24. trait Directive extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 15:14

  25. class Empty extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 17:17

  26. trait Expression extends Directive with CouldBeQuote with CouldIn with CouldBeColumn with CouldCondition with Condition

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 15:50

  27. trait From extends Directive with CouldWhere with CouldJoin with Query

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:22

  28. class Func extends Directive with Expression

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/21 11:26

  29. trait Group extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:10

  30. trait In extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 18:26

  31. class Insert extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 18:28

  32. trait Is extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:39

  33. trait Join extends Directive with CouldOn with Query

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 18:56

  34. trait Literal extends Directive with CouldAs with CouldBeCondition with CouldBeColumn with Expression

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 17:17

  35. class Name extends Directive with Expression with CouldAs with CouldBeCondition with CouldBeColumn

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 16:03

  36. class Not extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:36

  37. class NotEqual extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:37

  38. trait On extends Directive with CouldJoin with CouldWhere with CouldGroup with CouldOrder with CouldLimit with CouldOffset with CouldCondition

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 18:56

  39. class Or extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 19:35

  40. trait Order extends AnyRef

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:10

  41. class Parameter[T] extends Directive with Expression with CouldBeCondition
  42. trait Query extends Directive with CouldBeQuote with Statement

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 20:14

  43. trait Quote extends Directive with CouldAs with CouldBeCondition with Condition

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 20:09

  44. trait Returning extends Directive with CouldBeQuote with Query with CouldUnion

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 18:08

  45. class Select extends Statement with CouldFrom with Query with CouldUnion

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 15:49

  46. trait Statement extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 15:12

  47. class Text extends Directive with CouldAs with CouldBeColumn with Expression

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 17:20

  48. trait Union extends Directive with Query

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/21 13:41

  49. class Update extends Directive with CouldWhere with CouldReturning with CouldBeQuote

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 18:00

  50. trait Where extends Directive with CouldBeQuote with Query with CouldUnion

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/18 17:27

  51. class With extends Directive

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/20 18:41

Value Members

  1. object Case
  2. object Func
  3. object Insert
  4. object Is
  5. object Parameter
  6. object Quote
  7. object SQL

    TODO

    TODO

    Version

    1.0.0

    Since

    2020/05/19 18:57

  8. object Select
  9. object With

Ungrouped