Raccoon.QE
Class ParseHelper
java.lang.Object
Raccoon.QE.ParseHelper
- public class ParseHelper
- extends java.lang.Object
ParseHelper : class helps to parse the Extended-SQL and build the parse tree.
- Author:
- Qi Zhong
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECHO
public static final boolean ECHO
- See Also:
- Constant Field Values
engine
public static ParseEngine engine
finalResult
public static QueryAnswer finalResult
ParseHelper
public ParseHelper(QueryEngine newQE)
ParseHelper
public ParseHelper()
execute
public static int execute(NODE n)
throws java.sql.SQLException,
PVException
- Throws:
java.sql.SQLException
PVException
echo_query
public static void echo_query(NODE n)
getResult
public QueryAnswer getResult()