slick.jdbc.RowsPerStatement
See theRowsPerStatement companion trait
object RowsPerStatement
Attributes
- Companion
- trait
- Source
- RowsPerStatement.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RowsPerStatement.type
Members list
Type members
Classlikes
case object All extends RowsPerStatement
A single statement with all rows should be used
A single statement with all rows should be used
Attributes
- Source
- RowsPerStatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RowsPerStatementclass Objecttrait Matchableclass AnyShow all
- Self type
-
All.type
case object One extends RowsPerStatement
A separate statement is used for each row
A separate statement is used for each row
Attributes
- Source
- RowsPerStatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RowsPerStatementclass Objecttrait Matchableclass AnyShow all
- Self type
-
One.type
Inherited types
The names of the product elements
The name of the type
In this article