public interface SQLSource extends Closeable, AutoCloseable
An instance of this type abstracts the details of reading the text of an SQL source file and parsing it into a sequence of statements.
String next() throws SQLInputException
null if the end of the source has been reachedSQLInputExceptionCopyright © 2014–2015 Carl Harris, Jr. All rights reserved.