|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.finalist.tools.statementExecutorUtils.SqlScriptReader
This class loads a .sql file and executes the queries in this file
Constructor Summary | |
SqlScriptReader()
|
Method Summary | |
static java.util.ArrayList |
read(java.io.InputStream is)
Loads the scriptfile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlScriptReader()
Method Detail |
public static java.util.ArrayList read(java.io.InputStream is) throws java.io.IOException
is
- InputSteam of the sql script file.
java.io.IOException
- is thrown when something goes wrong.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |