MemorySchemaActionExtensionMethodsImpl

slick.memory.MemoryProfile.MemorySchemaActionExtensionMethodsImpl

Attributes

Source:
MemoryProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def create: FixedBasicAction[Unit, Nothing, Schema]

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

Definition Classes
Source:
MemoryProfile.scala
override def createIfNotExists: FixedBasicAction[Unit, Nothing, Schema]

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

Definition Classes
Source:
MemoryProfile.scala
override def drop: FixedBasicAction[Unit, Nothing, Schema]

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

Definition Classes
Source:
MemoryProfile.scala
override def dropIfExists: FixedBasicAction[Unit, Nothing, Schema]

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

Definition Classes
Source:
MemoryProfile.scala
override def truncate: FixedBasicAction[Unit, Nothing, Schema]

Create an Action that truncates entries described by this schema description

Create an Action that truncates entries described by this schema description

Attributes

Definition Classes
Source:
MemoryProfile.scala