MySQLTableNamer

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

Attributes

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

Members list

Concise view

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

Fully qualified table name

Fully qualified table name

Attributes

Inherited from:
TableNamer
Source:
JdbcModelBuilder.scala