TableRef

case
class TableRef(var schema: Schema, var name: Identifier) extends Cloneable
trait Serializable
trait Product
trait Equals
trait Cloneable
class Object
trait Matchable
class Any

Value members

Concrete methods

def qualifiedName: String
def toCase(lower: Boolean): Unit

Inherited methods

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