Row outputting functions
Module documentation and detailed description for row outputting functions.
Function/Subroutine documentation
- subroutine nzaeOutputInputColumn(handle, inputColumnIndex,
outputColumnIndex)
Copies an input value to the output row.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- inputColumnIndex
(integer) The input column index to copy.
- outputColumnIndex
(integer) The output column index to set.
- handle
- Parameters
- subroutine nzaeSetOutputBoolean(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(integer) The value to set.
- handle
- Parameters
- subroutine nzaeSetOutputDouble(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(real*8) The value to set.
- handle
- Parameters
- subroutine nzaeSetOutputFloat(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(real) The value to set.
- handle
- Parameters
- subroutine nzaeSetOutputInt8(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(integer) The value to set.
- handle
- Parameters
- subroutine nzaeSetOutputInt16(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(integer) The value to set.
- handle
- Parameters
- subroutine nzaeSetOutputInt32(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(integer) The value to set.
- handle
- Parameters
- subroutine nzaeSetOutputNull(handle, columnIndex)
Sets the value of an output to NULL.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- handle
- Parameters
- subroutine nzaeSetOutputString(handle, columnIndex, value)
Sets the value of an output.
- Parameters
- handle
(integer) The handle passed to nzaeHandleRequest .
- columnIndex
(integer) The column index to set.
- value
(character*) The value to set.
- handle
- Parameters