org.makumba.providers.query.mql
Class ParserTest

java.lang.Object
  extended by org.makumba.providers.query.mql.ParserTest

public class ParserTest
extends Object

Test the Mql analyzer against a query corpus found in queries.txt. Compare the generated sql with the one of the old OQL parser.

Version:
$Id: ParserTest.java,v 1.1 Aug 5, 2008 5:55:08 PM cristi Exp $
Author:
Cristian Bogdan

Constructor Summary
ParserTest()
           
 
Method Summary
(package private) static String cleanUp(String s, String toRemove)
          cleanup of generated SQL code for MQL-OQL comparison purposes
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserTest

public ParserTest()
Method Detail

main

public static void main(String[] argv)

cleanUp

static String cleanUp(String s,
                      String toRemove)
cleanup of generated SQL code for MQL-OQL comparison purposes