Interface TableParameter
-
- All Known Subinterfaces:
TableParameterRuntime
public interface TableParameter
The value (either an In or Out value) of a table parameter. Not to be implemented by customers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getErrorNameEN()
RTXReader
getRTXReader()
An RTXReader that can be used to read data.
-
-
-
Method Detail
-
getRTXReader
RTXReader getRTXReader() throws IOException, RTXException, 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.JobFileException
- if the parameter references a job file that can't be opened (transient errors are automatically retried).
-
getErrorNameEN
String getErrorNameEN()
- Returns:
- an identifier that can be used in error messages regarding the data.
-
-