QueryType
open class QueryType : DataValue, @unchecked Sendable
A data type reference for use in a query.
-
Default initializer.
Declaration
Swift
override public init() -
Data type of the wrapped value.
Declaration
Swift
override open var dataType: DataType { get } -
Construct a new data type reference.
Declaration
Swift
open class func of(type: DataType) throws -> QueryTypeParameters
typeData type.
Return Value
A new data type reference.
-
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.