TableExpr

sealed trait TableExpr extends ColumnOwner

Representation of a table expression

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

Value members

Abstract methods

Find the innermost owner of the supplied column within this TableExpr

Find the innermost owner of the supplied column within this TableExpr

Source:
SqlMapping.scala

Is this TableRef an anoymous root

Is this TableRef an anoymous root

Source:
SqlMapping.scala

Is this TableExpr backed by an SQL union

Is this TableExpr backed by an SQL union

This is used to determine whether or not non-nullable columns should be weakened to being nullable when fetched

Source:
SqlMapping.scala

The name of this TableExpr

The name of this TableExpr

Source:
SqlMapping.scala

Yields a copy of this TableExpr with all occurences of from replaced by to

Yields a copy of this TableExpr with all occurences of from replaced by to

Source:
SqlMapping.scala

Render a defining occurence of this TableExpr

Render a defining occurence of this TableExpr

Source:
SqlMapping.scala

Render a reference to this TableExpr

Render a reference to this TableExpr

Source:
SqlMapping.scala

Concrete methods

Is the supplied column an immediate component of this TableExpr?

Is the supplied column an immediate component of this TableExpr?

Source:
SqlMapping.scala

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
ColumnOwner
Source:
SqlMapping.scala
Inherited from:
ColumnOwner
Source:
SqlMapping.scala
Inherited from:
ColumnOwner
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:
ColumnOwner
Source:
SqlMapping.scala
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product