Package ch.so.agi.gretl.util
Class SqlReader
java.lang.Object
ch.so.agi.gretl.util.SqlReader
Class which reads the given sql-statements
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()readSqlStmt(File sqlfile) readSqlStmt(File sqlfile, Map<String, String> params)
-
Constructor Details
-
SqlReader
public SqlReader()
-
-
Method Details
-
readSqlStmt
- Throws:
IOException
-
readSqlStmt
- Throws:
IOException
-
nextSqlStmt
- Throws:
IOException
-
close
- Throws:
IOException
-