Class OutputParameter
- java.lang.Object
-
- com.redwood.scheduler.api.database.OutputParameter
-
public final class OutputParameter extends Object
An output parameter of a given type.- See Also:
for an example
-
-
Constructor Summary
Constructors Constructor Description OutputParameter(int newType)
Construct an output parameter of the given type, with a constant value from java.sql.Types.
-