Compoze Software, Inc.

com.compoze.util
Class SQLFileConverter

java.lang.Object
  |
  +--com.compoze.util.SQLFileConverter

public class SQLFileConverter
extends java.lang.Object

Conversion methods for SQL Files.


Constructor Summary
SQLFileConverter()
           
 
Method Summary
static java.util.Collection getStringsFromFile(java.io.BufferedReader reader)
          Get a Collection of SQL statements from .sql file;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLFileConverter

public SQLFileConverter()
Method Detail

getStringsFromFile

public static java.util.Collection getStringsFromFile(java.io.BufferedReader reader)
Get a Collection of SQL statements from .sql file;
Parameters:
FileReader - the sql file
Returns:
the Collection of Strings

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.