scalasql.query.Returning
See theReturning companion trait
object Returning
Attributes
Members list
Type members
Classlikes
trait Base[Q] extends Renderable, WithSqlExpr[Q]
A query that could support a RETURNING
clause, typically an INSERT
or UPDATE
A query that could support a RETURNING
clause, typically an INSERT
or UPDATE
Attributes
- Supertypes
-
trait WithSqlExpr[Q]trait Renderableclass Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Supertypes
-
trait WithSqlExpr[Q]trait Renderableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait WithSqlExpr[Q]trait Renderableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait InsertBase[Q] extends Base[Q]
Attributes
- Supertypes
- Known subtypes
-
Show all
class InsertImpl[Q, R](returnable: InsertBase[_], returning: Q)(implicit qr: Row[Q, R]) extends Impl0[Q, R], Returning[Q, R]
Attributes
- Supertypes
-
trait WithSqlExpr[Q]trait Renderableclass Objecttrait Matchableclass AnyShow all
In this article