-
The function to be applied.
Declaration
Swift
final public var queryFunction: QueryFunction!
-
The function arguments.
Declaration
Swift
final public var callArguments: DataValueList!
-
Construct a new query function call with the specified function and arguments.
Declaration
Swift
public init(queryFunction: QueryFunction, callArguments: DataValueList)
Parameters
queryFunction
Query function.
callArguments
Function arguments.
-
Data type with a
DataType.code
ofDataType.QUERY_FUNCTION_CALL
.Declaration
Swift
override open var dataType: DataType
-
Convert this data value to a string. If the
dataType
is 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() -> String
Return Value
Lexical representation of this data value.