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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.