Interface ExpressionWithVariableParameters

    • Method Detail

      • addParameter

        void addParameter​(Expression param)
        Adds the parameter expression.
        Parameters:
        param - the expression
      • doneWithParameters

        void doneWithParameters()
                         throws DbException
        This method must be called after all the parameters have been set. It checks if the parameter count is correct when required by the implementation.
        Throws:
        DbException - if the parameter count is incorrect.