|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gvsig.remoteclient.wfs.filters.ParseExpressions
public class 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).
| Constructor Summary | |
|---|---|
ParseExpressions()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList |
parseExpression(java.lang.String expression)
It parses a expression and return one arrayList with the separated words |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseExpressions()
| Method Detail |
|---|
public java.util.ArrayList parseExpression(java.lang.String expression)
expression -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||