org.geotools.referencing.factory.epsg
Class SqlScriptReader
Object
SqlScriptReader
public class SqlScriptReader
- extends Object
Reads a multiline SQL file extracting each command separately. Skips empty lines, assumes
comments start with "--" and are on their own line
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlScriptReader
public SqlScriptReader(Reader reader)
hasNext
public boolean hasNext()
throws IOException
- Throws:
IOException
next
public String next()
throws IOException
- Throws:
IOException
dispose
public void dispose()
Copyright © 1996-2014 Geotools. All Rights Reserved.