slick.driver.JdbcActionComponent.MutatingResultAction

Mutator

class Mutator extends ResultSetMutator[T]

Source
JdbcActionComponent.scala
Linear Supertypes
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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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: 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 Mutator to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++=(values: Seq[T]): Unit

    Insert multiple new rows.

    Insert multiple new rows.

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

    Insert a new row.

    Insert a new row.

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

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

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

    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val bufferNext: Boolean

  12. def clone(): AnyRef

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

  14. def delete: Unit

    Delete the current row.

    Delete the current row.

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

  16. 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
  17. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (Mutator) ⇒ Boolean): Mutator

    Implicit information
    This member is added by an implicit conversion from Mutator to Ensuring[Mutator] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): Mutator

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

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

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

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

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

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

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

  28. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  32. val pr: PositionedResult

  33. val prit: PositionedResultIterator[T]

  34. 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
  35. def row_=(value: T): Unit

    Update the current row.

    Update the current row.

    Definition Classes
    MutatorResultSetMutator
  36. val rs: ResultSet

  37. 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.

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from Mutator to ArrowAssoc[Mutator] 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 Mutator 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:
    (mutator: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Mutator 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:
    (mutator: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. final def insert(value: T): Unit

    Insert a new row.

    Insert a new row.

    Definition Classes
    ResultSetMutator
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use += instead of insert

  2. def x: Mutator

    Implicit information
    This member is added by an implicit conversion from Mutator to ArrowAssoc[Mutator] 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:
    (mutator: ArrowAssoc[Mutator]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: Mutator

    Implicit information
    This member is added by an implicit conversion from Mutator to Ensuring[Mutator] 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:
    (mutator: Ensuring[Mutator]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ResultSetMutator[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Mutator to StringAdd

Inherited by implicit conversion any2stringfmt from Mutator to StringFormat

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

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

Ungrouped