org.jcoderz.phoenix.sqlparser
Class SqlToXml

java.lang.Object
  extended by org.jcoderz.phoenix.sqlparser.SqlToXml

public class SqlToXml
extends Object

Author:
Albrecht Messner

Constructor Summary
SqlToXml(String inFileName, String outFileName)
           
 
Method Summary
static void main(String[] args)
           
 void transformSqlToXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlToXml

public SqlToXml(String inFileName,
                String outFileName)
Method Detail

transformSqlToXml

public void transformSqlToXml()
                       throws FileNotFoundException,
                              ParseException
Throws:
FileNotFoundException
ParseException

main

public static void main(String[] args)


Copyright 2007 The jCoderZ Project.