|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.referencing.factory.epsg.SqlScriptReader
public class 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 | |
---|---|
SqlScriptReader(java.io.Reader reader)
|
Method Summary | |
---|---|
void |
dispose()
|
boolean |
hasNext()
|
java.lang.String |
next()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlScriptReader(java.io.Reader reader)
Method Detail |
---|
public boolean hasNext() throws java.io.IOException
java.io.IOException
public java.lang.String next() throws java.io.IOException
java.io.IOException
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |