Class ParseExpressions
java.lang.Object
org.gvsig.remoteclient.wfs.filters.ParseExpressions
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseExpression(String expression) It parses a expression and return one arrayList with the separated words
-
Constructor Details
-
ParseExpressions
public ParseExpressions()
-
-
Method Details
-
parseExpression
It parses a expression and return one arrayList with the separated words- Parameters:
expression-- Returns:
-