Packages

c

slick.model

QualifiedName

case class QualifiedName(table: String, schema: Option[String] = None, catalog: Option[String] = None) extends Product with Serializable

Qualified name of a database table

Source
Model.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QualifiedName
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QualifiedName(table: String, schema: Option[String] = None, catalog: Option[String] = None)

Value Members

  1. def asString: String

    human readable String representation

  2. val catalog: Option[String]
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val schema: Option[String]
  5. val table: String