Class

slick.jdbc.JdbcActionComponent.MutatingResultAction

Mutator

Related Doc: package MutatingResultAction

Permalink

class Mutator extends ResultSetMutator[T]

Source
JdbcActionComponent.scala
Linear Supertypes
Type Hierarchy
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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    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

    Permalink

    Insert multiple new rows.

    Insert multiple new rows.

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

    Permalink

    Insert a new row.

    Insert a new row.

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

    Permalink
    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

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

    Permalink
    Definition Classes
    Any
  9. val bufferNext: Boolean

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. def delete: Unit

    Permalink

    Delete the current row.

    Delete the current row.

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

    Permalink
  14. def end: Boolean

    Permalink

    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

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

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

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

    Permalink
    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[_]

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

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

    Permalink
  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val pr: PositionedResult

    Permalink
  31. val prit: PositionedResultIterator[T]

    Permalink
  32. def row: T

    Permalink

    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

    Permalink

    Update the current row.

    Update the current row.

    Definition Classes
    MutatorResultSetMutator
  34. val rs: ResultSet

    Permalink
  35. var state: Int

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

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

    Permalink
    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