Packages

c

slick.ast.Library

SqlFunction

class SqlFunction extends FunctionSymbol

Source
Library.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SqlFunction
  2. FunctionSymbol
  3. TermSymbol
  4. Symbol
  5. AnyRef
  6. 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 SqlFunction(name: String)

Value Members

  1. val name: String
    Definition Classes
    FunctionSymbolSymbol
  2. def toString(): String
    Definition Classes
    FunctionSymbolSymbol → AnyRef → Any
  3. def typed[T](ch: Node*)(implicit arg0: ScalaBaseType[T]): Apply

    Create a typed Apply of this Symbol

    Create a typed Apply of this Symbol

    Definition Classes
    FunctionSymbol
  4. def typed(tpe: Type, ch: Node*): Apply

    Create a typed Apply of this Symbol

    Create a typed Apply of this Symbol

    Definition Classes
    FunctionSymbol
  5. def unapplySeq(a: Apply): Option[IndexedSeq[Node]]

    Match an Apply of this Symbol

    Match an Apply of this Symbol

    Definition Classes
    FunctionSymbol