TableRef

org.beangle.data.jdbc.meta.TableRef
case class TableRef(var schema: Schema, var name: Identifier) extends Cloneable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Cloneable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product