RTXReader |
TableParameter.getRTXReader() |
An RTXReader that can be used to read data.
|
RTXReader |
TableParameterRuntime.getRTXReader() |
Get an RTXReader to read the In content of an In or InOut parameter.
|
RTXWriter |
TableParameterRuntime.getRTXWriter() |
Get an RTXWriter to write the Out content of an Out or InOut parameter.
|
RTXWriter |
TableParameterRuntime.getRTXWriter(JobFile jobFile) |
Get an RTXWriter to write the Out content of an Out or InOut parameter to the specified (potentially partially populated, but not necessarily persisted) JobFile, and
set the reference to it.
|
RTXWriter |
TableParameterRuntime.getRTXWriterInline() |
Get an RTXWriter to write the Out content of an Out or InOut parameter, using the Inline type, setting the reference implicitly when the writer is closed.
|
RTXWriter |
TableParameterRuntime.getRTXWriterToStandardOutput() |
Get an RTXWriter to write the Out content of an Out or InOut parameter to stdout.rtx, and set the reference to it.
|