object Library
Ordering
- Alphabetic
- By Inheritance
Inherited
- Library
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class AggregateFunction extends FunctionSymbol with AggregateFunctionSymbol
- trait AggregateFunctionSymbol extends TermSymbol
- class JdbcFunction extends FunctionSymbol
- class SqlAggregateFunction extends SqlFunction with AggregateFunctionSymbol
- class SqlFunction extends FunctionSymbol
- class SqlOperator extends FunctionSymbol
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- val %: JdbcFunction
- val *: SqlOperator
- val +: SqlOperator
- val -: SqlOperator
- val /: SqlOperator
- val <: SqlOperator
- val <=: SqlOperator
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ==: SqlOperator
- val >: SqlOperator
- val >=: SqlOperator
- val Abs: JdbcFunction
- val And: SqlOperator
- val Avg: SqlAggregateFunction
- val Between: FunctionSymbol
-
val
Cast: FunctionSymbol
A standard cast operation which usually requires code to be generated
- val Ceiling: JdbcFunction
- val Concat: JdbcFunction
- val Count: SqlAggregateFunction
- val CountAll: AggregateFunction
- val CountDistinct: AggregateFunction
- val CurrentDate: JdbcFunction
- val CurrentTime: JdbcFunction
- val CurrentValue: FunctionSymbol
- val Database: JdbcFunction
- val Degrees: JdbcFunction
- val EndsWith: FunctionSymbol
- val Exists: SqlFunction
- val Floor: JdbcFunction
- val IfNull: JdbcFunction
- val In: SqlOperator
- val IndexOf: FunctionSymbol
- val LCase: JdbcFunction
- val LTrim: JdbcFunction
- val Length: JdbcFunction
- val Like: FunctionSymbol
- val Max: SqlAggregateFunction
- val Min: SqlAggregateFunction
- val NextValue: FunctionSymbol
- val Not: SqlOperator
- val Or: SqlOperator
- val Pi: JdbcFunction
- val RTrim: JdbcFunction
- val Radians: JdbcFunction
- val Repeat: SqlFunction
- val Replace: JdbcFunction
- val Reverse: SqlFunction
- val Sign: JdbcFunction
-
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.
- val StartsWith: FunctionSymbol
- val Substring: FunctionSymbol
- val Sum: SqlAggregateFunction
- val Trim: FunctionSymbol
- val UCase: JdbcFunction
- val User: JdbcFunction
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated

edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...