OracleSchemaActionExtensionMethodsImpl

slick.jdbc.OracleProfile.OracleSchemaActionExtensionMethodsImpl

Attributes

Source:
OracleProfile.scala
Graph
Supertypes

Members list

Concise view

Value members

Concrete methods

override def create: FixedSqlAction[Unit, NoStream, 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:
OracleProfile.scala
override def drop: FixedSqlAction[Unit, NoStream, 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:
OracleProfile.scala

Inherited methods

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

Inherited from:
JdbcSchemaActionExtensionMethodsImpl
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

Inherited from:
JdbcSchemaActionExtensionMethodsImpl
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

Inherited from:
JdbcSchemaActionExtensionMethodsImpl
Source:
JdbcActionComponent.scala