JdbcSchemaActionExtensionMethodsImpl

slick.jdbc.JdbcActionComponent.JdbcSchemaActionExtensionMethodsImpl

Attributes

Source:
JdbcActionComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

Create an Action that creates the entities described by this schema description.

Create an Action that creates the entities described by this schema description.

Attributes

Source:
JdbcActionComponent.scala

Create an Action that creates the entities described by this schema description if the entities do not exist.

Create an Action that creates the entities described by this schema description if the entities do not exist.

Attributes

Source:
JdbcActionComponent.scala

Create an Action that drops the entities described by this schema description.

Create an Action that drops the entities described by this schema description.

Attributes

Source:
JdbcActionComponent.scala

Create an Action that drops the entities described by this schema description only if the entities exist.

Create an Action that drops the entities described by this schema description only if the entities exist.

Attributes

Source:
JdbcActionComponent.scala

Create an Action that truncates entries described by this schema description

Create an Action that truncates entries described by this schema description

Attributes

Source:
JdbcActionComponent.scala