TableRef

case
class TableRef(context: Context, name: String) extends TableExpr

Table expression corresponding to a possibly aliased table

trait TableExpr
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(other: ColumnOwner): Boolean
def isUnion: Boolean
def owns(col: SqlColumn): Boolean
override
def toString: String
Definition Classes
Any

Inherited methods

def debugShow: String
Inherited from
ColumnOwner
def directlyOwns(col: SqlColumn): Boolean

Is the supplied column an immediate component of this TableExpr?

Is the supplied column an immediate component of this TableExpr?

Inherited from
TableExpr
def isSameOwner(other: ColumnOwner): Boolean
Inherited from
ColumnOwner
def nameOption: Option[String]

The name, if any, of this ColumnOwner

The name, if any, of this ColumnOwner

Inherited from
ColumnOwner
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product