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
Members list
Concise view
Value members
Concrete methods
Insert a new row.
Delete the current row.
Attributes
- Source:
- JdbcActionComponent.scala
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:
- JdbcActionComponent.scala
Update the current row.
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
Insert multiple new rows.
Concrete fields
Attributes
- Source:
- JdbcActionComponent.scala
Attributes
- Source:
- JdbcActionComponent.scala
Attributes
- Source:
- JdbcActionComponent.scala
Attributes
- Source:
- JdbcActionComponent.scala
Attributes
- Source:
- JdbcActionComponent.scala
Attributes
- Source:
- JdbcActionComponent.scala
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