Packages

c

slick.jdbc.SQLiteProfile

SQLiteTableDDLBuilder

class SQLiteTableDDLBuilder extends TableDDLBuilder

Source
SQLiteProfile.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLiteTableDDLBuilder
  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 SQLiteTableDDLBuilder(table: SQLiteProfile.Table[_])

Value Members

  1. def buildDDL: SQLiteProfile.DDL
    Definition Classes
    TableDDLBuilder
  2. val table: SQLiteProfile.Table[_]
    Definition Classes
    TableDDLBuilder
  3. def truncateTable: String