NormalizeReturning

io.getquill.norm.NormalizeReturning
class NormalizeReturning(normalize: Normalize)

When actions are used with a .returning clause, remove the columns used in the returning clause from the action. E.g. for insert(Person(id, name)).returning(_.id) remove the id column from the original insert.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

In situations like Property(Property(ident, foo), bar) pull out the inner-most ident

In situations like Property(Property(ident, foo), bar) pull out the inner-most ident

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object SomeIdent

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
SomeIdent.type

Value members

Concrete methods

def apply(e: Action): Action