Packages

c

slick.jdbc.OracleProfile

SchemaActionExtensionMethodsImpl

class SchemaActionExtensionMethodsImpl extends OracleProfile.SchemaActionExtensionMethodsImpl

Source
OracleProfile.scala
Linear Supertypes
OracleProfile.SchemaActionExtensionMethodsImpl, OracleProfile.SchemaActionExtensionMethodsImpl, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaActionExtensionMethodsImpl
  2. SchemaActionExtensionMethodsImpl
  3. SchemaActionExtensionMethodsImpl
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SchemaActionExtensionMethodsImpl(schema: OracleProfile.SchemaDescription)

Value Members

  1. def create: OracleProfile.ProfileAction[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.

    Definition Classes
    SchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImpl
  2. def createIfNotExists: OracleProfile.ProfileAction[Unit, NoStream, 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.

    Definition Classes
    SchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImpl
  3. def drop: OracleProfile.ProfileAction[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.

    Definition Classes
    SchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImpl
  4. def dropIfExists: OracleProfile.ProfileAction[Unit, NoStream, 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.

    Definition Classes
    SchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImpl
  5. def truncate: OracleProfile.ProfileAction[Unit, NoStream, Schema]

    Create an Action that truncates entries described by this schema description

    Create an Action that truncates entries described by this schema description

    Definition Classes
    SchemaActionExtensionMethodsImplSchemaActionExtensionMethodsImpl