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
human readable String representation
human readable String representation
Attributes
- Source:
- Model.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product