Class StoredProcedureParameter


  • public final class StoredProcedureParameter
    extends Object
    SQL stored procedure parameter.
    • Constructor Detail

      • StoredProcedureParameter

        public StoredProcedureParameter()
    • Method Detail

      • value

        public Object value()
        Get the value property: Stored procedure parameter value. Type: string (or Expression with resultType string).
        Returns:
        the value value.
      • withValue

        public StoredProcedureParameter withValue​(Object value)
        Set the value property: Stored procedure parameter value. Type: string (or Expression with resultType string).
        Parameters:
        value - the value value to set.
        Returns:
        the StoredProcedureParameter object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.