TableExpr

sealed trait TableExpr

Representation of a table expression

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def alias: Option[String]

Any alias applied to the table expression. Always present for subqueries

Any alias applied to the table expression. Always present for subqueries

def name: Option[String]

The underlying name of the table. This will be None if the table expression is a subquery

The underlying name of the table. This will be None if the table expression is a subquery

def refName: String

The table name used to refer to this table

The table name used to refer to this table