MySQLTableNamer

slick.jdbc.MySQLProfile.MySQLModelBuilder.MySQLTableNamer
class MySQLTableNamer(meta: MTable) extends TableNamer

Attributes

Source
MySQLProfile.scala
Graph
Supertypes
class TableNamer
class Object
trait Matchable
class Any

Members list

Grouped members

Basic customization overrides

override def catalog: Option[String]

Optional table catalog

Optional table catalog

Attributes

Definition Classes
Source
MySQLProfile.scala
override def schema: Option[String]

Optional table schema

Optional table schema

Attributes

Definition Classes
Source
MySQLProfile.scala

Value members

Inherited methods

def name: String

Table name

Table name

Attributes

Inherited from:
TableNamer
Source
JdbcModelBuilder.scala

Inherited fields

final lazy val qualifiedName: QualifiedName

Fully qualified table name

Fully qualified table name

Attributes

Inherited from:
TableNamer
Source
JdbcModelBuilder.scala