ResultSetMutator
slick.jdbc.ResultSetMutator
Attributes
- Source
- Invoker.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Mutator
Members list
Value members
Abstract methods
Insert a new row.
Delete the current row.
Check if the end of the result set has been reached.
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
Update the current row.
Concrete methods
Insert multiple new rows.
In this article