H2TableNamer

slick.jdbc.H2Profile.H2ModelBuilder.H2TableNamer
class H2TableNamer(mTable: MTable) extends TableNamer

Attributes

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

Members list

Concise view

Basic customization overrides

def catalog: Option[String]

Optional table catalog

Optional table catalog

Attributes

Inherited from:
TableNamer
Source:
JdbcModelBuilder.scala
override def schema: Option[String]

Optional table schema

Optional table schema

Attributes

Definition Classes
Source:
H2Profile.scala

Value members

Inherited methods

def name: String

Table name

Table name

Attributes

Inherited from:
TableNamer
Source:
JdbcModelBuilder.scala

Inherited fields

Attributes

Inherited from:
TableNamer
Source:
JdbcModelBuilder.scala

Fully qualified table name

Fully qualified table name

Attributes

Inherited from:
TableNamer
Source:
JdbcModelBuilder.scala