Class OutputParameter


  • public final class OutputParameter
    extends Object
    An output parameter of a given type.
    See Also:
    for an example
    • Constructor Detail

      • OutputParameter

        public OutputParameter​(int newType)
        Construct an output parameter of the given type, with a constant value from java.sql.Types.
        Parameters:
        newType - the type of the parameter.
    • Method Detail

      • getType

        public int getType()
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object newValue)