Dml

class Dml(operations: PartiqlAst.DmlOpList, from: PartiqlAst.FromSource?, where: PartiqlAst.Expr?, returning: PartiqlAst.ReturningExpr?, metas: MetaContainer) : PartiqlAst.Statement

Functions

Link copied to clipboard
open override fun copy(metas: MetaContainer): PartiqlAst.Statement.Dml
fun copy(operations: PartiqlAst.DmlOpList = this.operations, from: PartiqlAst.FromSource? = this.from, where: PartiqlAst.Expr? = this.where, returning: PartiqlAst.ReturningExpr? = this.returning, metas: MetaContainer = this.metas): PartiqlAst.Statement.Dml
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toIonElement(): SexpElement
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun withMeta(metaKey: String, metaValue: Any): PartiqlAst.Statement.Dml

Properties

Link copied to clipboard
val from: PartiqlAst.FromSource?
Link copied to clipboard
open override val metas: MetaContainer
Link copied to clipboard
val operations: PartiqlAst.DmlOpList
Link copied to clipboard
val returning: PartiqlAst.ReturningExpr?
Link copied to clipboard
val where: PartiqlAst.Expr?