QueryAlias
open class QueryAlias : DataValue, @unchecked Sendable
An alias reference for a data value.
-
The alias name.
Declaration
Swift
final public var alias: String -
Default initializer.
Declaration
Swift
override public init() -
Data type with a
DataType.codeofDataType.QUERY_ALIAS.Declaration
Swift
override open var dataType: DataType { get } -
Convert this data value to a string. If the
dataTypeis defined by XML Schema Part 2: Datatypes, then the corresponding lexical format is used. JSON format is used for structured values (arrays and objects).Declaration
Swift
override open func toString() -> StringReturn Value
Lexical representation of this data value.