Packages

class MySQLTableNamer extends TableNamer

Source
MySQLProfile.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. MySQLTableNamer
  2. TableNamer
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Basic customization overrides

  1. def catalog: Option[String]

    Optional table catalog

    Optional table catalog

    Definition Classes
    MySQLTableNamerTableNamer
  2. def schema: Option[String]

    Optional table schema

    Optional table schema

    Definition Classes
    MySQLTableNamerTableNamer

Ungrouped

  1. val meta: MTable
    Definition Classes
    TableNamer
  2. def name: String

    Table name

    Table name

    Definition Classes
    TableNamer
  3. final lazy val qualifiedName: QualifiedName

    Fully qualified table name

    Fully qualified table name

    Definition Classes
    TableNamer