LiteralNode

slick.ast.LiteralNode
See theLiteralNode companion class
object LiteralNode

Attributes

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

Members list

Value members

Concrete methods

def apply(tp: Type, v: Any, vol: Boolean): LiteralNode

Attributes

Source
Node.scala
def apply[T](v: T)(implicit tp: ScalaBaseType[T]): LiteralNode

Attributes

Source
Node.scala
def unapply(n: LiteralNode): Option[Any]

Attributes

Source
Node.scala