QualifiedName

slick.model.QualifiedName
case class QualifiedName(table: String, schema: Option[String], catalog: Option[String])

Qualified name of a database table

Attributes

Source:
Model.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asString: String

human readable String representation

human readable String representation

Attributes

Source:
Model.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product