Functions

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.

Attributes

Source
Functions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Functions.type

Members list

Value members

Concrete methods

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

The current date of the database server

The current date of the database server

Attributes

Source
Functions.scala
def currentTime(implicit tpe: TypedType[Time]): Rep[Time]

The current time of the database server

The current time of the database server

Attributes

Source
Functions.scala
def pi(implicit tpe: TypedType[Double]): Rep[Double]

The numeric constant for pi

The numeric constant for pi

Attributes

Source
Functions.scala

Concrete fields

val database: Rep[String]

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

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

Attributes

Source
Functions.scala
val user: Rep[String]

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

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

Attributes

Source
Functions.scala