public class SQLResourceReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static SQLResourceReader |
READER
Singleton instance of this Reader
|
| Modifier and Type | Method and Description |
|---|---|
String |
readSQLFile(String filename)
Read given file, simplify it (remove unnecessary spaces) and return
its content as a String
|
public static final SQLResourceReader READER