- getInputRow()
- Gets a single input row as an array.
- getInputValue(scalar columnIndex)
- Looks up the relevant element in the row.
- getInputStringLength(scalar columnIndex)
- Gets the string length value at column specified by column index.
- getInputString(scalar columnIndex)
- Gets the string value at column specified by column index.
- getInputInt32(scalar columnIndex)
- Gets the Int32 value at column specified by column index.
- getInputInt64(scalar columnIndex)
- Gets the Int64 value at column specified by column index.
- getInputInt8(scalar columnIndex)
- Gets the Int8 value at column specified by column index.
- getInputInt16(scalar columnIndex)
- Gets the Int16 value at column specified by column index.
- getInputFloat(scalar columnIndex)
- Gets the float value at column specified by column index.
- getInputDouble(scalar columnIndex)
- Gets the double value at column specified by column index.
- getInputUdsData(scalar columnIndex)
- Gets the generic value at column specified by column index.
- getNext()
- Loads the new input row into memory.