Packages

o

slick.lifted

Functions

object Functions

Contains stand-alone database functions for use in queries. Functions which operate on columns are generally added as extension methods to the appropriate column types instead.

Source
Functions.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Functions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def currentDate(implicit tpe: TypedType[Date]): Rep[Date]

    The current date of the database server

  2. def currentTime(implicit tpe: TypedType[Time]): Rep[Time]

    The current time of the database server

  3. val database: Rep[String]

    The name of the database, or an empty string if not supported by the DBMS

  4. def pi(implicit tpe: TypedType[Double]): Rep[Double]

    The numeric constant for pi

  5. val user: Rep[String]

    The name of the database user, or an empty string if not supported by the DBMS