RefTag

slick.lifted.RefTag
abstract class RefTag(val path: Node) extends Tag

A Tag for table instances that represent a Node

Attributes

Source:
AbstractTable.scala
Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def taggedAs(path: Node): AbstractTable[_]

Return a new instance of the AbstractTable carrying this Tag, with a new path

Return a new instance of the AbstractTable carrying this Tag, with a new path

Attributes

Inherited from:
Tag
Source:
AbstractTable.scala

Concrete fields

val path: Node

Attributes

Source:
AbstractTable.scala