Packages

c

slick.lifted

AnyExtensionMethods

final class AnyExtensionMethods extends AnyVal

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

Source
ExtensionMethods.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyExtensionMethods
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AnyExtensionMethods(n: Node)

Value Members

  1. def asColumnOf[U](implicit arg0: TypedType[U]): Rep[U]

    Cast a column to a Scala type.

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

  2. def asColumnOfType[U](typeName: String)(implicit arg0: TypedType[U]): Rep[U]

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

  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. val n: Node