BaseTag

slick.lifted.BaseTag
trait BaseTag extends Tag

A Tag marking the base table instance itself

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