DerivedTableRef

case class DerivedTableRef(context: Context, alias: Option[String], underlying: TableExpr, noalias: Boolean) extends TableExpr

Table expression derived from the given TableExpr.

Typically used where we need to refer to a table defined in a subquery or common table expression.

Source:
SqlMapping.scala
trait TableExpr
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
ColumnOwner
Source:
SqlMapping.scala

Is the supplied column an immediate component of this TableExpr?

Is the supplied column an immediate component of this TableExpr?

Inherited from:
TableExpr
Source:
SqlMapping.scala

The name, if any, of this ColumnOwner

The name, if any, of this ColumnOwner

Inherited from:
ColumnOwner
Source:
SqlMapping.scala
Inherited from:
Product