CreateTable

class CreateTable(tableName: SymbolPrimitive, metas: MetaContainer) : PartiqlAst.DdlOp

Functions

Link copied to clipboard
open override fun copy(metas: MetaContainer): PartiqlAst.DdlOp.CreateTable
fun copy(tableName: SymbolPrimitive = this.tableName, metas: MetaContainer = this.metas): PartiqlAst.DdlOp.CreateTable
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.DdlOp.CreateTable

Properties

Link copied to clipboard
open override val metas: MetaContainer
Link copied to clipboard
val tableName: SymbolPrimitive