ResultSetMutator

slick.jdbc.ResultSetMutator

Attributes

Source:
Invoker.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mutator

Members list

Concise view

Value members

Abstract methods

def +=(value: T): Unit

Insert a new row.

Insert a new row.

Attributes

Source:
Invoker.scala
def delete: Unit

Delete the current row.

Delete the current row.

Attributes

Source:
Invoker.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:
Invoker.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:
Invoker.scala
def row_=(value: T): Unit

Update the current row.

Update the current row.

Attributes

Source:
Invoker.scala

Concrete methods

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

Insert multiple new rows.

Insert multiple new rows.

Attributes

Source:
Invoker.scala