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

override def toString: String
Definition Classes
Any

Inherited methods

Inherited from:
ColumnOwner

Is the supplied column an immediate component of this TableExpr?

Is the supplied column an immediate component of this TableExpr?

Inherited from:
TableExpr
Inherited from:
ColumnOwner

The name, if any, of this ColumnOwner

The name, if any, of this ColumnOwner

Inherited from:
ColumnOwner
Inherited from:
Product