Packages

o

slick.ast

Library

object Library

The standard library for query operators.

Source
Library.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Library
  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. val %: JdbcFunction
  4. val *: SqlOperator
  5. val +: SqlOperator
  6. val -: SqlOperator
  7. val /: SqlOperator
  8. val <: SqlOperator
  9. val <=: SqlOperator
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. val ==: SqlOperator
  12. val >: SqlOperator
  13. val >=: SqlOperator
  14. val Abs: JdbcFunction
  15. val And: SqlOperator
  16. val Avg: SqlAggregateFunction
  17. val Between: FunctionSymbol
  18. val Cast: FunctionSymbol

    A standard cast operation which usually requires code to be generated

  19. val Ceiling: JdbcFunction
  20. val Concat: JdbcFunction
  21. val Count: SqlAggregateFunction
  22. val CountAll: AggregateFunction
  23. val CountDistinct: AggregateFunction
  24. val CurrentDate: JdbcFunction
  25. val CurrentTime: JdbcFunction
  26. val CurrentValue: FunctionSymbol
  27. val Database: JdbcFunction
  28. val Degrees: JdbcFunction
  29. val EndsWith: FunctionSymbol
  30. val Exists: SqlFunction
  31. val Floor: JdbcFunction
  32. val IfNull: JdbcFunction
  33. val In: SqlOperator
  34. val IndexOf: FunctionSymbol
  35. val LCase: JdbcFunction
  36. val LTrim: JdbcFunction
  37. val Length: JdbcFunction
  38. val Like: FunctionSymbol
  39. val Max: SqlAggregateFunction
  40. val Min: SqlAggregateFunction
  41. val NextValue: FunctionSymbol
  42. val Not: SqlOperator
  43. val Or: SqlOperator
  44. val Pi: JdbcFunction
  45. val RTrim: JdbcFunction
  46. val Radians: JdbcFunction
  47. val Repeat: SqlFunction
  48. val Replace: JdbcFunction
  49. val Reverse: SqlFunction
  50. val Sign: JdbcFunction
  51. val SilentCast: FunctionSymbol

    A type assignment describing an inherent type change that does not require any code to be generated.

    A type assignment describing an inherent type change that does not require any code to be generated. It is used in SQL-like ASTs for assigning the proper scalar type to aggregating subqueries which are used in a scalar context.

  52. val StartsWith: FunctionSymbol
  53. val Substring: FunctionSymbol
  54. val Sum: SqlAggregateFunction
  55. val Trim: FunctionSymbol
  56. val UCase: JdbcFunction
  57. val User: JdbcFunction
  58. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  59. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  60. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  62. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  65. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  67. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  72. 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

Inherited from AnyRef

Inherited from Any

Ungrouped