CharacterType

class CharacterType(length: LongPrimitive?, metas: MetaContainer) : PartiqlAst.Type

Functions

Link copied to clipboard
open override fun copy(metas: MetaContainer): PartiqlAst.Type.CharacterType
fun copy(length: LongPrimitive? = this.length, metas: MetaContainer = this.metas): PartiqlAst.Type.CharacterType
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.Type.CharacterType

Properties

Link copied to clipboard
val length: LongPrimitive?
Link copied to clipboard
open override val metas: MetaContainer