Packages

t

slick.jdbc.JdbcActionComponent

OneRowPerStatementOnly

trait OneRowPerStatementOnly extends JdbcActionComponent

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

Type Members

  1. trait BasicQueryActionExtensionMethodsImpl[R, S <: NoStream] extends AnyRef
    Definition Classes
    BasicActionComponent
  2. trait BasicStreamingQueryActionExtensionMethodsImpl[R, T] extends BasicProfile.BasicQueryActionExtensionMethodsImpl[R, Streaming[T]]
    Definition Classes
    BasicActionComponent
  3. 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
  4. class DeleteActionExtensionMethodsImpl extends AnyRef
    Definition Classes
    JdbcActionComponent
  5. 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
  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. class JdbcQueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcProfile.BasicQueryActionExtensionMethodsImpl[R, S]
    Definition Classes
    JdbcActionComponent
  9. class JdbcSchemaActionExtensionMethodsImpl extends JdbcProfile.RelationalSchemaActionExtensionMethodsImpl
    Definition Classes
    JdbcActionComponent
  10. class JdbcStreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcProfile.JdbcQueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcProfile.BasicStreamingQueryActionExtensionMethodsImpl[R, T]
    Definition Classes
    JdbcActionComponent
  11. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], JdbcActionContext, JdbcStreamingActionContext, Effect] with JdbcProfile.ProfileAction[Nothing, Streaming[ResultSetMutator[T]], Effect]
    Definition Classes
    JdbcActionComponent
  12. type DeleteActionExtensionMethods = (OneRowPerStatementOnly.this)#DeleteActionExtensionMethodsImpl
    Definition Classes
    JdbcActionComponent
  13. type InsertActionExtensionMethods[T] = (OneRowPerStatementOnly.this)#CountingInsertActionComposer[T]
  14. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]
  15. type QueryActionExtensionMethods[R, S <: NoStream] = (OneRowPerStatementOnly.this)#JdbcQueryActionExtensionMethodsImpl[R, S]
  16. type RowsPerStatement = One.type
  17. type SchemaActionExtensionMethods = (OneRowPerStatementOnly.this)#JdbcSchemaActionExtensionMethodsImpl
  18. type StreamingProfileAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]
  19. type StreamingQueryActionExtensionMethods[R, T] = (OneRowPerStatementOnly.this)#JdbcStreamingQueryActionExtensionMethodsImpl[R, T]
  20. type UpdateActionExtensionMethods[T] = (OneRowPerStatementOnly.this)#UpdateActionExtensionMethodsImpl[T]
    Definition Classes
    JdbcActionComponent
  21. 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
  22. 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
  23. abstract class SimpleJdbcProfileAction[+R] extends SynchronousDatabaseAction[R, NoStream, JdbcActionContext, JdbcStreamingActionContext, Effect] with JdbcProfile.ProfileAction[R, NoStream, Effect]
    Definition Classes
    JdbcActionComponent
  24. class UpdateActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    JdbcActionComponent
  25. trait InsertActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    RelationalActionComponent
  26. trait RelationalSchemaActionExtensionMethodsImpl extends AnyRef
    Definition Classes
    RelationalActionComponent

Value Members

  1. def createDeleteActionExtensionMethods(tree: Node, param: Any): (OneRowPerStatementOnly.this)#DeleteActionExtensionMethods
    Definition Classes
    JdbcActionComponent
  2. def createInsertActionExtensionMethods[T](compiled: (OneRowPerStatementOnly.this)#CompiledInsert): (OneRowPerStatementOnly.this)#InsertActionExtensionMethods[T]
  3. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): (OneRowPerStatementOnly.this)#QueryActionExtensionMethods[R, S]
  4. def createReturningInsertActionComposer[U, QR, RU](compiled: (OneRowPerStatementOnly.this)#CompiledInsert, keys: Node, mux: (U, QR) => RU): (OneRowPerStatementOnly.this)#ReturningInsertActionComposer[U, RU]
    Definition Classes
    JdbcActionComponent
  5. def createSchemaActionExtensionMethods(schema: (OneRowPerStatementOnly.this)#SchemaDescription): (OneRowPerStatementOnly.this)#SchemaActionExtensionMethods
  6. def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): (OneRowPerStatementOnly.this)#StreamingQueryActionExtensionMethods[R, T]
  7. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): (OneRowPerStatementOnly.this)#UpdateActionExtensionMethods[T]
    Definition Classes
    JdbcActionComponent
  8. def defaultRowsPerStatement: (OneRowPerStatementOnly.this)#RowsPerStatement