|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.command.Parameter
com.ibm.jtopenlite.command.InputParameter
com.ibm.jtopenlite.command.StringInputParameter
public class StringInputParameter
A specific kind of program parameter that represents a CCSID 37 String value as input.
| Field Summary |
|---|
| Fields inherited from class com.ibm.jtopenlite.command.Parameter |
|---|
TYPE_INPUT, TYPE_INPUT_OUTPUT, TYPE_NULL, TYPE_OUTPUT |
| Constructor Summary | |
|---|---|
StringInputParameter(String s)
Constructs a parameter using the provided value as the input data. |
|
| Method Summary |
|---|
| Methods inherited from class com.ibm.jtopenlite.command.InputParameter |
|---|
getInputData, getInputLength, getMaxLength |
| Methods inherited from class com.ibm.jtopenlite.command.Parameter |
|---|
getOutputData, getOutputLength, getType, isInput, isOutput, parseInt, parseString, setOutputData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringInputParameter(String s)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||