Class SqlScriptReader
Object
SqlScriptReader
Reads a multiline SQL file extracting each command separately. Skips empty lines, assumes comments start with "--"
and are on their own line
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SqlScriptReader
-
-
Method Details
-
hasNext
- Throws:
IOException
-
next
- Throws:
IOException
-
dispose
public void dispose()
-