Trait

slick.jdbc

JdbcActionComponent

Related Doc: package jdbc

Permalink

trait JdbcActionComponent extends SqlActionComponent

Self Type
JdbcProfile
Source
JdbcActionComponent.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcActionComponent
  2. SqlActionComponent
  3. RelationalActionComponent
  4. BasicActionComponent
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CountingInsertActionComposer[U] extends JdbcProfile.InsertActionComposer[U]

    Permalink

    An InsertInvoker that returns the number of affected rows.

  2. class CountingInsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.CountingInsertActionComposer[U]

    Permalink
    Attributes
    protected
  3. type DeleteActionExtensionMethods = JdbcProfile.DeleteActionExtensionMethodsImpl

    Permalink
  4. class DeleteActionExtensionMethodsImpl extends AnyRef

    Permalink
  5. trait InsertActionComposer[U] extends JdbcProfile.SimpleInsertActionComposer[U]

    Permalink

    Extension methods to generate the JDBC-specific insert actions.

  6. abstract class InsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposer[U]

    Permalink
    Attributes
    protected
  7. type InsertActionExtensionMethods[T] = JdbcProfile.CountingInsertActionComposer[T]

    Permalink
  8. trait InsertActionExtensionMethodsImpl[T] extends AnyRef

    Permalink
    Definition Classes
    RelationalActionComponent
  9. trait IntoInsertActionComposer[U, RU] extends JdbcProfile.SimpleInsertActionComposer[U]

    Permalink

    An InsertActionComposer that returns a mapping of the inserted and generated data.

  10. class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream] extends AnyRef

    Permalink
  11. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], Backend, Effect] with JdbcProfile.ProfileAction[Nothing, Streaming[ResultSetMutator[T]], Effect]

    Permalink
  12. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

    Permalink
  13. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]

    Permalink
    Attributes
    protected
  14. type QueryActionExtensionMethods[R, S <: NoStream] = JdbcProfile.QueryActionExtensionMethodsImpl[R, S]

    Permalink
  15. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcProfile.QueryActionExtensionMethodsImpl[R, S]

    Permalink
  16. trait ReturningInsertActionComposer[U, RU] extends JdbcProfile.InsertActionComposer[U] with JdbcProfile.IntoInsertActionComposer[U, RU]

    Permalink

    An InsertActionComposer that returns generated keys or other columns.

  17. class ReturningInsertActionComposerImpl[U, QR, RU] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.ReturningInsertActionComposer[U, RU]

    Permalink
    Attributes
    protected
  18. type SchemaActionExtensionMethods = JdbcProfile.SchemaActionExtensionMethodsImpl

    Permalink
  19. class SchemaActionExtensionMethodsImpl extends JdbcProfile.SchemaActionExtensionMethodsImpl

    Permalink
  20. class SetTransactionIsolation extends SynchronousDatabaseAction[Int, NoStream, Backend, Effect]

    Permalink
    Attributes
    protected
  21. trait SimpleInsertActionComposer[U] extends JdbcProfile.InsertActionExtensionMethodsImpl[U]

    Permalink

    Extension methods to generate the JDBC-specific insert actions.

  22. abstract class SimpleJdbcProfileAction[+R] extends SynchronousDatabaseAction[R, NoStream, Backend, Effect] with JdbcProfile.ProfileAction[R, NoStream, Effect]

    Permalink
  23. type StreamingProfileAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]

    Permalink
  24. type StreamingQueryActionExtensionMethods[R, T] = JdbcProfile.StreamingQueryActionExtensionMethodsImpl[R, T]

    Permalink
  25. class StreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcProfile.QueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcProfile.StreamingQueryActionExtensionMethodsImpl[R, T]

    Permalink
  26. type UpdateActionExtensionMethods[T] = JdbcProfile.UpdateActionExtensionMethodsImpl[T]

    Permalink
  27. class UpdateActionExtensionMethodsImpl[T] extends AnyRef

    Permalink
  28. final type DriverAction[+R, +S <: NoStream, -E <: Effect] = JdbcProfile.ProfileAction[R, S, E]

    Permalink
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use ProfileAction instead of DriverAction

  29. final type StreamingDriverAction[+R, +T, -E <: Effect] = JdbcProfile.StreamingProfileAction[R, T, E]

    Permalink
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use StreamingProfileAction instead of StreamingDriverAction

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to any2stringadd[JdbcActionComponent] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JdbcActionComponent, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to ArrowAssoc[JdbcActionComponent] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. object Commit extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]

    Permalink
    Attributes
    protected
  7. object PopStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]

    Permalink
    Attributes
    protected
  8. object Rollback extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]

    Permalink
    Attributes
    protected
  9. object StartTransaction extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]

    Permalink
    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createDeleteActionExtensionMethods(tree: Node, param: Any): JdbcProfile.DeleteActionExtensionMethods

    Permalink
  13. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): JdbcProfile.InsertActionExtensionMethods[T]

    Permalink
  14. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): JdbcProfile.QueryActionExtensionMethods[R, S]

    Permalink
  15. def createReturningInsertActionComposer[U, QR, RU](compiled: CompiledInsert, keys: Node, mux: (U, QR) ⇒ RU): JdbcProfile.ReturningInsertActionComposer[U, RU]

    Permalink
  16. def createSchemaActionExtensionMethods(schema: JdbcProfile.SchemaDescription): JdbcProfile.SchemaActionExtensionMethods

    Permalink
  17. def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): JdbcProfile.StreamingQueryActionExtensionMethods[R, T]

    Permalink
  18. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): JdbcProfile.UpdateActionExtensionMethods[T]

    Permalink
  19. def ensuring(cond: (JdbcActionComponent) ⇒ Boolean, msg: ⇒ Any): JdbcActionComponent

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to Ensuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (JdbcActionComponent) ⇒ Boolean): JdbcActionComponent

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to Ensuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): JdbcActionComponent

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to Ensuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): JdbcActionComponent

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to Ensuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to StringFormat[JdbcActionComponent] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. lazy val useServerSideUpsert: Boolean

    Permalink
    Attributes
    protected
  36. lazy val useServerSideUpsertReturning: Boolean

    Permalink
    Attributes
    protected
  37. lazy val useTransactionForUpsert: Boolean

    Permalink
    Attributes
    protected
  38. lazy val useTransactionForUpsertReturning: Boolean

    Permalink
    Attributes
    protected
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (JdbcActionComponent, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to ArrowAssoc[JdbcActionComponent] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SqlActionComponent

Inherited from RelationalActionComponent

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JdbcActionComponent to any2stringadd[JdbcActionComponent]

Inherited by implicit conversion StringFormat from JdbcActionComponent to StringFormat[JdbcActionComponent]

Inherited by implicit conversion Ensuring from JdbcActionComponent to Ensuring[JdbcActionComponent]

Inherited by implicit conversion ArrowAssoc from JdbcActionComponent to ArrowAssoc[JdbcActionComponent]

Ungrouped