ResultSetMutator
slick.jdbc.ResultSetMutator
Attributes
- Source:
- Invoker.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class Mutator
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.
Update the current row.
Insert multiple new rows.