Interface TableParameter
- 
- All Known Subinterfaces:
- TableParameterRuntime
 
 public interface TableParameterThe value (either an In or Out value) of a table parameter. Not to be implemented by customers.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorNameEN()RTXReadergetRTXReader()An RTXReader that can be used to read data.
 
- 
- 
- 
Method Detail- 
getRTXReaderRTXReader getRTXReader() throws IOException, RTXException, com.redwood.scheduler.api.exception.JobFileException An RTXReader that can be used to read data.- Returns:
- an RTXReader
- Throws:
- IOException- if there is an I/O error opening the content.
- RTXException- if there is an RTX I/O error opening the content.
- com.redwood.scheduler.api.exception.JobFileException- if the parameter references a job file that can't be opened (transient errors are automatically retried).
 
 - 
getErrorNameENString getErrorNameEN() - Returns:
- an identifier that can be used in error messages regarding the data.
 
 
- 
 
-