OnConflict

io.getquill.ast.OnConflict
See theOnConflict companion class
object OnConflict

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
OnConflict.type

Members list

Type members

Classlikes

sealed trait Action

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ignore.type
class Update
case class Excluded(alias: Ident) extends Ast

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Ast
class Object
trait Matchable
class Any
Show all
case class Existing(alias: Ident) extends Ast

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Ast
class Object
trait Matchable
class Any
Show all
case object Ignore extends Action

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
Self type
Ignore.type
case object NoTarget extends Target

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Target
class Object
trait Matchable
class Any
Show all
Self type
NoTarget.type
case class Properties(props: List[Property]) extends Target

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Target
class Object
trait Matchable
class Any
Show all
sealed trait Target

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoTarget.type
class Properties
case class Update(assignments: List[AssignmentDual]) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror