Packages

class Mutator extends ResultSetMutator[T]

Source
JdbcActionComponent.scala
Linear Supertypes
ResultSetMutator[T], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mutator
  2. ResultSetMutator
  3. AnyRef
  4. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++=(values: Seq[T]): Unit

    Insert multiple new rows.

    Insert multiple new rows.

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

    Insert a new row.

    Insert a new row.

    Definition Classes
    MutatorResultSetMutator
  5. def ->[B](y: B): (Mutator, B)
    Implicit
    This member is added by an implicit conversion from Mutator toArrowAssoc[Mutator] 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. val bufferNext: Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. var current: T
  11. def delete: Unit

    Delete the current row.

    Delete the current row.

    Definition Classes
    MutatorResultSetMutator
  12. def emitStream(ctx: JdbcStreamingActionContext, limit: Long): Mutator.this.type
  13. 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
  14. def ensuring(cond: (Mutator) => Boolean, msg: => Any): Mutator
    Implicit
    This member is added by an implicit conversion from Mutator toEnsuring[Mutator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Mutator) => Boolean): Mutator
    Implicit
    This member is added by an implicit conversion from Mutator toEnsuring[Mutator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): Mutator
    Implicit
    This member is added by an implicit conversion from Mutator toEnsuring[Mutator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Mutator
    Implicit
    This member is added by an implicit conversion from Mutator toEnsuring[Mutator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val inv: JdbcProfile.QueryInvokerImpl[T]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val pr: PositionedResult
  28. val prit: PositionedResultIterator[T]
  29. 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
  30. def row_=(value: T): Unit

    Update the current row.

    Update the current row.

    Definition Classes
    MutatorResultSetMutator
  31. val rs: ResultSet
  32. 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.

  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    Mutator → AnyRef → Any
  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])

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringFormat fromMutator to StringFormat[Mutator]

Inherited by implicit conversion Ensuring fromMutator to Ensuring[Mutator]

Inherited by implicit conversion ArrowAssoc fromMutator to ArrowAssoc[Mutator]

Ungrouped