AnyExtensionMethods

slick.lifted.AnyExtensionMethods
final class AnyExtensionMethods(val n: Node) extends AnyVal

Extension methods for all columns and all primitive values that can be lifted to columns

Attributes

Source
ExtensionMethods.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def asColumnOf[U : TypedType]: Rep[U]

Cast a column to a Scala type. This can be used, for example, for numeric conversions.

Cast a column to a Scala type. This can be used, for example, for numeric conversions.

Attributes

Source
ExtensionMethods.scala
def asColumnOfType[U : TypedType](typeName: String): Rep[U]

Cast a column to a database-specific SQL type (with an associated Scala type).

Cast a column to a database-specific SQL type (with an associated Scala type).

Attributes

Source
ExtensionMethods.scala

Concrete fields

val n: Node

Attributes

Source
ExtensionMethods.scala