Packages

t

slick.jdbc

JdbcActionComponent

trait JdbcActionComponent extends SqlActionComponent

Self Type
JdbcProfile
Source
JdbcActionComponent.scala
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. Protected

Type Members

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

    An InsertInvoker that returns the number of affected rows.

  2. class CountingInsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.CountingInsertActionComposer[U]
    Attributes
    protected
  3. type DeleteActionExtensionMethods = JdbcProfile.DeleteActionExtensionMethodsImpl
  4. class DeleteActionExtensionMethodsImpl extends AnyRef
  5. trait InsertActionComposer[U] extends JdbcProfile.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

  6. abstract class InsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposer[U]
    Attributes
    protected
  7. type InsertActionExtensionMethods[T] = JdbcProfile.CountingInsertActionComposer[T]
  8. trait IntoInsertActionComposer[U, RU] extends JdbcProfile.SimpleInsertActionComposer[U]

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

  9. class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream] extends AnyRef
  10. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], Backend, Effect] with JdbcProfile.ProfileAction[Nothing, Streaming[ResultSetMutator[T]], Effect]
  11. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]
  12. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
  13. type QueryActionExtensionMethods[R, S <: NoStream] = JdbcProfile.QueryActionExtensionMethodsImpl[R, S]
  14. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcProfile.QueryActionExtensionMethodsImpl[R, S]
  15. trait ReturningInsertActionComposer[U, RU] extends JdbcProfile.InsertActionComposer[U] with JdbcProfile.IntoInsertActionComposer[U, RU]

    An InsertActionComposer that returns generated keys or other columns.

  16. class ReturningInsertActionComposerImpl[U, QR, RU] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.ReturningInsertActionComposer[U, RU]
    Attributes
    protected
  17. type SchemaActionExtensionMethods = JdbcProfile.SchemaActionExtensionMethodsImpl
  18. class SchemaActionExtensionMethodsImpl extends JdbcProfile.SchemaActionExtensionMethodsImpl
  19. class SetTransactionIsolation extends SynchronousDatabaseAction[Int, NoStream, Backend, Effect]
    Attributes
    protected
  20. trait SimpleInsertActionComposer[U] extends JdbcProfile.InsertActionExtensionMethodsImpl[U]

    Extension methods to generate the JDBC-specific insert actions.

  21. abstract class SimpleJdbcProfileAction[+R] extends SynchronousDatabaseAction[R, NoStream, Backend, Effect] with JdbcProfile.ProfileAction[R, NoStream, Effect]
  22. type StreamingProfileAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]
  23. type StreamingQueryActionExtensionMethods[R, T] = JdbcProfile.StreamingQueryActionExtensionMethodsImpl[R, T]
  24. class StreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcProfile.QueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcProfile.StreamingQueryActionExtensionMethodsImpl[R, T]
  25. type UpdateActionExtensionMethods[T] = JdbcProfile.UpdateActionExtensionMethodsImpl[T]
  26. class UpdateActionExtensionMethodsImpl[T] extends AnyRef
  27. trait InsertActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    RelationalActionComponent

Deprecated Type Members

  1. final type DriverAction[+R, +S <: NoStream, -E <: Effect] = JdbcProfile.ProfileAction[R, S, E]
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use ProfileAction instead of DriverAction

  2. final type StreamingDriverAction[+R, +T, -E <: Effect] = JdbcProfile.StreamingProfileAction[R, T, E]
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use StreamingProfileAction instead of StreamingDriverAction

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toany2stringadd[JdbcActionComponent] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JdbcActionComponent, B)
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toArrowAssoc[JdbcActionComponent] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def createDeleteActionExtensionMethods(tree: Node, param: Any): JdbcProfile.DeleteActionExtensionMethods
  9. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): JdbcProfile.InsertActionExtensionMethods[T]
  10. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): JdbcProfile.QueryActionExtensionMethods[R, S]
  11. def createReturningInsertActionComposer[U, QR, RU](compiled: CompiledInsert, keys: Node, mux: (U, QR) => RU): JdbcProfile.ReturningInsertActionComposer[U, RU]
  12. def createSchemaActionExtensionMethods(schema: JdbcProfile.SchemaDescription): JdbcProfile.SchemaActionExtensionMethods
  13. def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): JdbcProfile.StreamingQueryActionExtensionMethods[R, T]
  14. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): JdbcProfile.UpdateActionExtensionMethods[T]
  15. def ensuring(cond: (JdbcActionComponent) => Boolean, msg: => Any): JdbcActionComponent
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toEnsuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (JdbcActionComponent) => Boolean): JdbcActionComponent
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toEnsuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): JdbcActionComponent
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toEnsuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): JdbcActionComponent
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toEnsuring[JdbcActionComponent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. lazy val useServerSideUpsert: Boolean
    Attributes
    protected
  30. lazy val useServerSideUpsertReturning: Boolean
    Attributes
    protected
  31. lazy val useTransactionForUpsert: Boolean
    Attributes
    protected
  32. lazy val useTransactionForUpsertReturning: Boolean
    Attributes
    protected
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. object Commit extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
  37. object PopStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
  38. object Rollback extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
  39. object StartTransaction extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toStringFormat[JdbcActionComponent] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (JdbcActionComponent, B)
    Implicit
    This member is added by an implicit conversion from JdbcActionComponent toArrowAssoc[JdbcActionComponent] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from SqlActionComponent

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromJdbcActionComponent to any2stringadd[JdbcActionComponent]

Inherited by implicit conversion StringFormat fromJdbcActionComponent to StringFormat[JdbcActionComponent]

Inherited by implicit conversion Ensuring fromJdbcActionComponent to Ensuring[JdbcActionComponent]

Inherited by implicit conversion ArrowAssoc fromJdbcActionComponent to ArrowAssoc[JdbcActionComponent]

Ungrouped