SqlOperator

slick.ast.Library$.SqlOperator
class SqlOperator(name: String) extends FunctionSymbol

Attributes

Source:
Library.scala
Graph
Supertypes
trait Symbol
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
FunctionSymbol
Source:
Library.scala
def typed[T : ScalaBaseType](ch: Node*): Apply

Create a typed Apply of this Symbol

Create a typed Apply of this Symbol

Attributes

Inherited from:
FunctionSymbol
Source:
Library.scala
def typed(tpe: Type, ch: Node*): Apply

Create a typed Apply of this Symbol

Create a typed Apply of this Symbol

Attributes

Inherited from:
FunctionSymbol
Source:
Library.scala
def unapplySeq(a: Apply): Option[IndexedSeq[Node]]

Match an Apply of this Symbol

Match an Apply of this Symbol

Attributes

Inherited from:
FunctionSymbol
Source:
Library.scala