DDL

slick.sql.SqlProfile.DDL$
See theDDL companion trait
object DDL

Attributes

Companion:
trait
Source:
SqlProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DDL.type

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
SqlProfile.scala
def apply(create1: Iterable[String], drop2: Iterable[String]): DDL

Attributes

Source:
SqlProfile.scala
def apply(create1: String, drop2: String): DDL

Attributes

Source:
SqlProfile.scala