Tag

slick.lifted.Tag
sealed trait Tag

A Tag marks a specific row represented by an AbstractTable instance.

Attributes

Source:
AbstractTable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BaseTag
class RefTag

Members list

Concise view

Value members

Abstract 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

Source:
AbstractTable.scala