ConflictAction

sealed class ConflictAction : PartiqlAst.PartiqlAstNode

Types

Link copied to clipboard
interface Converter<T>

Converts instances of PartiqlAst.ConflictAction to any T.

Link copied to clipboard
class DoNothing(metas: MetaContainer) : PartiqlAst.ConflictAction

Functions

Link copied to clipboard
open override fun copy(metas: MetaContainer): PartiqlAst.ConflictAction
Link copied to clipboard
abstract override fun toIonElement(): SexpElement
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract override fun withMeta(metaKey: String, metaValue: Any): PartiqlAst.PartiqlAstNode

Properties

Link copied to clipboard
open override val metas: MetaContainer

Inheritors

Link copied to clipboard