Packages

t

slick.jdbc.JdbcActionComponent

MultipleRowsPerStatementSupport

trait MultipleRowsPerStatementSupport extends JdbcActionComponent

Self Type
MultipleRowsPerStatementSupport with JdbcProfile
Source
JdbcActionComponent.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultipleRowsPerStatementSupport
  2. JdbcActionComponent
  3. SqlActionComponent
  4. RelationalActionComponent
  5. BasicActionComponent
  6. AnyRef
  7. 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.

    An InsertInvoker that returns the number of affected rows.

    Definition Classes
    JdbcActionComponent
  2. class CountingInsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.CountingInsertActionComposer[U]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  3. class DeleteActionExtensionMethodsImpl extends AnyRef
    Definition Classes
    JdbcActionComponent
  4. trait InsertActionComposer[U] extends JdbcProfile.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

    Extension methods to generate the JDBC-specific insert actions.

    Definition Classes
    JdbcActionComponent
  5. abstract class InsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposer[U]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  6. trait IntoInsertActionComposer[U, RU] extends JdbcProfile.SimpleInsertActionComposer[U]

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

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

    Definition Classes
    JdbcActionComponent
  7. class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream] extends AnyRef
    Definition Classes
    JdbcActionComponent
  8. type DeleteActionExtensionMethods = (MultipleRowsPerStatementSupport.this)#DeleteActionExtensionMethodsImpl
    Definition Classes
    JdbcActionComponent
  9. type InsertActionExtensionMethods[T] = (MultipleRowsPerStatementSupport.this)#CountingInsertActionComposer[T]
  10. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]
  11. type QueryActionExtensionMethods[R, S <: NoStream] = (MultipleRowsPerStatementSupport.this)#QueryActionExtensionMethodsImpl[R, S]
  12. type RowsPerStatement = jdbc.RowsPerStatement
  13. type SchemaActionExtensionMethods = (MultipleRowsPerStatementSupport.this)#SchemaActionExtensionMethodsImpl
  14. type StreamingProfileAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]
  15. type StreamingQueryActionExtensionMethods[R, T] = (MultipleRowsPerStatementSupport.this)#StreamingQueryActionExtensionMethodsImpl[R, T]
  16. type UpdateActionExtensionMethods[T] = (MultipleRowsPerStatementSupport.this)#UpdateActionExtensionMethodsImpl[T]
    Definition Classes
    JdbcActionComponent
  17. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], Backend, Effect] with JdbcProfile.ProfileAction[Nothing, Streaming[ResultSetMutator[T]], Effect]
    Definition Classes
    JdbcActionComponent
  18. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  19. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcProfile.QueryActionExtensionMethodsImpl[R, S]
    Definition Classes
    JdbcActionComponent
  20. trait ReturningInsertActionComposer[U, RU] extends JdbcProfile.InsertActionComposer[U] with JdbcProfile.IntoInsertActionComposer[U, RU]

    An InsertActionComposer that returns generated keys or other columns.

    An InsertActionComposer that returns generated keys or other columns.

    Definition Classes
    JdbcActionComponent
  21. class ReturningInsertActionComposerImpl[U, QR, RU] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.ReturningInsertActionComposer[U, RU]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  22. class SchemaActionExtensionMethodsImpl extends JdbcProfile.SchemaActionExtensionMethodsImpl
    Definition Classes
    JdbcActionComponent
  23. class SetTransactionIsolation extends SynchronousDatabaseAction[Int, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  24. trait SimpleInsertActionComposer[U] extends JdbcProfile.InsertActionExtensionMethodsImpl[U]

    Extension methods to generate the JDBC-specific insert actions.

    Extension methods to generate the JDBC-specific insert actions.

    Definition Classes
    JdbcActionComponent
  25. abstract class SimpleJdbcProfileAction[+R] extends SynchronousDatabaseAction[R, NoStream, Backend, Effect] with JdbcProfile.ProfileAction[R, NoStream, Effect]
    Definition Classes
    JdbcActionComponent
  26. class StreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcProfile.QueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcProfile.StreamingQueryActionExtensionMethodsImpl[R, T]
    Definition Classes
    JdbcActionComponent
  27. class UpdateActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    JdbcActionComponent
  28. trait InsertActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    RelationalActionComponent

Deprecated Type Members

  1. final type DriverAction[+R, +S <: NoStream, -E <: Effect] = (MultipleRowsPerStatementSupport.this)#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] = (MultipleRowsPerStatementSupport.this)#StreamingProfileAction[R, T, E]
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use StreamingProfileAction instead of StreamingDriverAction

Value Members

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

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 MultipleRowsPerStatementSupport toStringFormat[MultipleRowsPerStatementSupport] 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): (MultipleRowsPerStatementSupport, B)
    Implicit
    This member is added by an implicit conversion from MultipleRowsPerStatementSupport toArrowAssoc[MultipleRowsPerStatementSupport] 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 JdbcActionComponent

Inherited from SqlActionComponent

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMultipleRowsPerStatementSupport to any2stringadd[MultipleRowsPerStatementSupport]

Inherited by implicit conversion StringFormat fromMultipleRowsPerStatementSupport to StringFormat[MultipleRowsPerStatementSupport]

Inherited by implicit conversion Ensuring fromMultipleRowsPerStatementSupport to Ensuring[MultipleRowsPerStatementSupport]

Inherited by implicit conversion ArrowAssoc fromMultipleRowsPerStatementSupport to ArrowAssoc[MultipleRowsPerStatementSupport]

Ungrouped