scala.slick.driver

JdbcActionComponent

trait JdbcActionComponent extends SqlActionComponent

Self Type
JdbcDriver
Source
JdbcActionComponent.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

    An InsertInvoker that returns the number of affected rows.

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

    Attributes
    protected
  3. type DeleteActionExtensionMethods = JdbcDriver.DeleteActionExtensionMethodsImpl

  4. class DeleteActionExtensionMethodsImpl extends AnyRef

  5. type DriverAction[-E <: Effect, +R, +S <: NoStream] = JdbcDriver.DriverActionDef[E, R, S]

  6. trait DriverActionDef[-E <: Effect, +R, +S <: NoStream] extends SqlDriver.DriverActionDef[E, R, S]

  7. trait InsertActionComposer[U] extends JdbcDriver.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

  8. class InsertActionComposerImpl[U] extends JdbcDriver.InsertActionComposer[U]

    Attributes
    protected
  9. type InsertActionExtensionMethods[T] = JdbcDriver.CountingInsertActionComposerImpl[T]

  10. trait InsertActionExtensionMethodsImpl[T] extends AnyRef

    Definition Classes
    RelationalActionComponent
  11. trait IntoInsertActionComposer[U, RU] extends JdbcDriver.SimpleInsertActionComposer[U]

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

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

  13. trait JdbcDriverAction[+R, +S <: NoStream] extends SynchronousDatabaseAction[JdbcBackend, Effect, R, S] with JdbcDriver.DriverAction[Effect, R, S]

  14. class MutatingResultAction[T] extends JdbcDriver.JdbcDriverAction[Nothing, Streaming[ResultSetMutator[T]]]

  15. type QueryActionExtensionMethods[R, S <: NoStream] = JdbcDriver.QueryActionExtensionMethodsImpl[R, S]

  16. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcDriver.QueryActionExtensionMethodsImpl[R, S]

  17. trait ReturningInsertActionComposer[U, RU] extends JdbcDriver.InsertActionComposer[U]

    An InsertActionComposer that returns generated keys or other columns.

  18. type SchemaActionExtensionMethods = JdbcDriver.SchemaActionExtensionMethodsImpl

  19. class SchemaActionExtensionMethodsImpl extends JdbcDriver.SchemaActionExtensionMethodsImpl

  20. type SimpleInsertAction[+R] = DatabaseAction[Write, R, NoStream]

  21. trait SimpleInsertActionComposer[U] extends JdbcDriver.InsertActionExtensionMethodsImpl[U]

    Extension methods to generate the JDBC-specific insert actions.

  22. case class SimpleJdbcAction[+R](f: (ActionContext[JdbcBackend]) ⇒ R) extends SynchronousDatabaseAction[JdbcBackend, Effect, R, NoStream] with Product with Serializable

  23. type StreamingDriverAction[-E <: Effect, +R, +T] = JdbcDriver.StreamingDriverActionDef[E, R, T] with JdbcDriver.DriverActionDef[E, R, Streaming[T]]

  24. trait StreamingDriverActionDef[-E <: Effect, +R, +T] extends BasicDriver.DriverActionDef[E, R, Streaming[T]]

    Definition Classes
    BasicActionComponent
  25. trait StreamingJdbcDriverAction[+R, +T] extends JdbcDriver.JdbcDriverAction[R, Streaming[T]] with JdbcDriver.StreamingDriverActionDef[Effect, R, T]

  26. type StreamingQueryActionExtensionMethods[R, T] = JdbcDriver.StreamingQueryActionExtensionMethodsImpl[R, T]

  27. class StreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcDriver.QueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcDriver.StreamingQueryActionExtensionMethodsImpl[R, T]

  28. class StreamingResultAction[R, T] extends JdbcDriver.StreamingJdbcDriverAction[R, T]

  29. type UpdateActionExtensionMethods[T] = JdbcDriver.UpdateActionExtensionMethodsImpl[T]

  30. class UpdateActionExtensionMethodsImpl[T] extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. object Commit extends SynchronousDatabaseAction[JdbcBackend, Effect, Unit, NoStream]

    Attributes
    protected
  9. object Rollback extends SynchronousDatabaseAction[JdbcBackend, Effect, Unit, NoStream]

    Attributes
    protected
  10. object StartTransaction extends SynchronousDatabaseAction[JdbcBackend, Effect, Unit, NoStream]

    Attributes
    protected
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

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

  14. def createInsertActionExtensionMethods[T](compiled: JdbcDriver.CompiledInsert): JdbcDriver.InsertActionExtensionMethods[T]

  15. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): JdbcDriver.QueryActionExtensionMethods[R, S]

  16. def createSchemaActionExtensionMethods(schema: JdbcDriver.SchemaDescription): JdbcDriver.SchemaActionExtensionMethods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jdbcActionComponent: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jdbcActionComponent: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: JdbcActionComponent

    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to ArrowAssoc[JdbcActionComponent] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jdbcActionComponent: ArrowAssoc[JdbcActionComponent]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JdbcActionComponent

    Implicit information
    This member is added by an implicit conversion from JdbcActionComponent to Ensuring[JdbcActionComponent] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jdbcActionComponent: Ensuring[JdbcActionComponent]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from SqlActionComponent

Inherited from RelationalActionComponent

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JdbcActionComponent to StringAdd

Inherited by implicit conversion any2stringfmt from JdbcActionComponent to StringFormat

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

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

Ungrouped