Output Member Functions
- output(list args)
- Sets the output of the AE.
- setOutputWithList(list theList)
- Sets the output value using a list.
- setOutputValue(scalar columnIndex,scalar value)
- Checks the output value type using a library function and calls the appropriate set output
function.
- setOutputNull(scalar columnIndex)
- Sets the value at column specified by column index to null.
- setOutputString(scalar columnIndex,scalar value, scalar length)
- Sets the value at column specified by column index to a string value.
- setOutputInt32(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to an Int32 value.
- setOutputInt64(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to an Int64 value.
- setOutputInt8(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to an Int8 value.
- setOutputInt16(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to an Int16 value.
- setOutputFloat(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to a float value.
- setOutputDouble(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to a double value.
- setOutputBool(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to a Bool value.
- setOutputUdsData(scalar columnIndex,scalar value)
- Sets the value at column specified by the column index to a generic value.