ColumnPath

wvlet.airframe.sql.model.ColumnPath
See theColumnPath companion object
case class ColumnPath(database: Option[String], table: Option[String], columnName: String)

Used for matching column name with Attribute

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product