Mutator

slick.jdbc.JdbcActionComponent.MutatingResultAction.Mutator
class Mutator(val prit: PositionedResultIterator[T], val bufferNext: Boolean, val inv: QueryInvokerImpl[T]) extends ResultSetMutator[T]

Attributes

Source:
JdbcActionComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def +=(value: T): Unit

Insert a new row.

Insert a new row.

Attributes

Source:
JdbcActionComponent.scala
def delete: Unit

Delete the current row.

Delete the current row.

Attributes

Source:
JdbcActionComponent.scala
def emitStream(ctx: JdbcStreamingActionContext, limit: Long): Mutator.this.type

Attributes

Source:
JdbcActionComponent.scala
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.

Attributes

Source:
JdbcActionComponent.scala
def row: T

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

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

Attributes

Source:
JdbcActionComponent.scala
def row_=(value: T): Unit

Update the current row.

Update the current row.

Attributes

Source:
JdbcActionComponent.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
Source:
JdbcActionComponent.scala

Inherited methods

def ++=(values: Seq[T]): Unit

Insert multiple new rows.

Insert multiple new rows.

Attributes

Inherited from:
ResultSetMutator
Source:
Invoker.scala

Concrete fields

val bufferNext: Boolean

Attributes

Source:
JdbcActionComponent.scala
var current: T

Attributes

Source:
JdbcActionComponent.scala
val prit: PositionedResultIterator[T]

Attributes

Source:
JdbcActionComponent.scala
val rs: ResultSet

Attributes

Source:
JdbcActionComponent.scala
var state: Int

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

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

Attributes

Source:
JdbcActionComponent.scala