com.mckoi.database.sql |
com.mckoi.database.sql - SQL parsing classes for Mckoi
These classes parse SQL statements in Mckoi.
The SQL syntax is defined in the file SQL.jj and compiled by
JavaCC into the SQL class.
|
Java Source File Name | Type | Comment |
ParseException.java | Class | This exception is thrown when parse errors are encountered. |
SimpleCharStream.java | Class | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
SQL.java | Class | |
SQLConstants.java | Interface | |
SQLTokenManager.java | Class | |
Token.java | Class | Describes the input token stream. |
TokenMgrError.java | Class | |
Util.java | Class | Various utility methods for the iterpreter. |