slick.driver.JdbcActionComponent.MutatingResultAction

Mutator

Related Doc: package MutatingResultAction

class Mutator extends ResultSetMutator[T]

Source
JdbcActionComponent.scala
Linear Supertypes
ResultSetMutator[T], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Mutator
  2. ResultSetMutator
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mutator(prit: PositionedResultIterator[T], bufferNext: Boolean, inv: JdbcDriver.QueryInvokerImpl[T])

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 information
    This member is added by an implicit conversion from Mutator to any2stringadd[Mutator] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++=(values: Seq[T]): Unit

    Insert multiple new rows.

    Insert multiple new rows.

    Definition Classes
    ResultSetMutator
  5. def +=(value: T): Unit

    Insert a new row.

    Insert a new row.

    Definition Classes
    MutatorResultSetMutator
  6. def ->[B](y: B): (Mutator, B)

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

    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val bufferNext: Boolean

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var current: T

  12. def delete: Unit

    Delete the current row.

    Delete the current row.

    Definition Classes
    MutatorResultSetMutator
  13. def emitStream(ctx: JdbcStreamingActionContext, limit: Long): Mutator.this.type

  14. def end: Boolean

    Check if the end of the result set has been reached.

    Check if the end of the result set has been reached.

    Definition Classes
    MutatorResultSetMutator
  15. def ensuring(cond: (Mutator) ⇒ Boolean, msg: ⇒ Any): Mutator

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  25. val inv: JdbcDriver.QueryInvokerImpl[T]

  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  30. val pr: PositionedResult

  31. val prit: PositionedResultIterator[T]

  32. def row: T

    Get the current row's value.

    Get the current row's value. Throws a slick.SlickException when positioned after the end of the result set.

    Definition Classes
    MutatorResultSetMutator
  33. def row_=(value: T): Unit

    Update the current row.

    Update the current row.

    Definition Classes
    MutatorResultSetMutator
  34. val rs: ResultSet

  35. var state: Int

    The state of the stream.

    The state of the stream. 0 = in result set, 1 = before end marker, 2 = after end marker.

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

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

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

Inherited from ResultSetMutator[T]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped