Package com.mckoi.database.sql
package com.mckoi.database.sql
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.
-
ClassDescriptionThis exception is thrown when parse errors are encountered.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Describes the input token stream.Various utility methods for the iterpreter.