WhenOperation

dataprism.sharedast.MergeAst.WhenOperation
enum WhenOperation[Codec[_]]

Attributes

Source
SharedSqlAst.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • case
  • final

Type members

Enum entries

final case class Delete[Codec[_]]()

Attributes

Source
SharedSqlAst.scala
final case class Insert[Codec[_]](usedColumns: Seq[SqlStr[Codec]], values: Seq[SqlExpr[Codec]])

Attributes

Source
SharedSqlAst.scala
final case class Update[Codec[_]](usedColumns: Seq[SqlStr[Codec]], values: Seq[SqlExpr[Codec]])

Attributes

Source
SharedSqlAst.scala