org.relique.jdbc.csv
Class MultipleSqlParser

java.lang.Object
  extended by org.relique.jdbc.csv.MultipleSqlParser

public class MultipleSqlParser
extends Object

Parses one or many SQL statements.


Constructor Summary
MultipleSqlParser()
           
 
Method Summary
 List<SqlParser> parse(String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleSqlParser

public MultipleSqlParser()
Method Detail

parse

public List<SqlParser> parse(String sql)
                      throws ParseException,
                             SQLException
Throws:
ParseException
SQLException


Copyright © 2016. All rights reserved.