Class ParseExpressions

java.lang.Object
org.gvsig.remoteclient.wfs.filters.ParseExpressions

public class ParseExpressions extends Object
It parses a SQL expression (just the where part) and seperates it in "sub-expresion". A sub-expresion could be a separator ('(' or ')'), a logical operator ('And', 'Not' or 'Or') or a expresion (A op B).
Author:
Jorge Piera LlodrĂ¡ (piera_jor@gva.es)
  • Constructor Details

    • ParseExpressions

      public ParseExpressions()
  • Method Details

    • parseExpression

      public ArrayList parseExpression(String expression)
      It parses a expression and return one arrayList with the separated words
      Parameters:
      expression -
      Returns: