Packages

c

slick.jdbc.DerbyProfile

DerbyTableDDLBuilder

class DerbyTableDDLBuilder extends TableDDLBuilder

Source
DerbyProfile.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerbyTableDDLBuilder
  2. TableDDLBuilder
  3. AnyRef
  4. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DerbyTableDDLBuilder(table: DerbyProfile.Table[_])

Value Members

  1. def buildDDL: DerbyProfile.DDL
    Definition Classes
    TableDDLBuilder
  2. def createIfNotExistsPhase: Iterable[String]
  3. def dropIfExistsPhase: Iterable[String]
  4. val table: DerbyProfile.Table[_]
    Definition Classes
    TableDDLBuilder