slick.jdbc.JdbcActionComponent.MutatingResultAction
Insert multiple new rows.
Insert multiple new rows.
Insert a new row.
Insert a new row.
Delete the current row.
Delete the current row.
Check if the end of the result set has been reached.
Check if the end of the result set has been reached.
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.
Update the current row.
Update the current row.
The state of the stream.
The state of the stream. 0 = in result set, 1 = before end marker, 2 = after end marker.