DriverLoadException, NoSuchTableException, ExecutionException {
ByteArrayInputStream bytes = new ByteArrayInputStream(sql.getBytes());
SQLEngine parser = new SQLEngine(bytes);
try {
parser.SQLStatement();
} catch (ParseException e) {
throw new SyntaxException(e);
}
Node root = parser.getRootNode();