Packages

object DDL

Source
SqlProfile.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DDL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(create1: String, drop2: String): DDL
  2. def apply(create1: Iterable[String], drop2: Iterable[String]): DDL
  3. def apply(create1: Iterable[String], createIfNotExists: Iterable[String], create2: Iterable[String], drop1: Iterable[String], dropIfExists: Iterable[String], drop2: Iterable[String], truncate: Iterable[String]): DDL