TableRef

case class TableRef(baseName: String, alias: Option[String]) extends TableExpr

Table expression corresponding to a possibly aliased table

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

Value members

Concrete methods

def name: Option[String]
def refName: String

Inherited methods

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