Uses of Interface
com.randomnoun.common.db.SqlParser.Consumer
Packages that use SqlParser.Consumer
- 
Uses of SqlParser.Consumer in com.randomnoun.common.db
Methods in com.randomnoun.common.db with parameters of type SqlParser.ConsumerModifier and TypeMethodDescriptionvoidSqlParser.consumeStatements(InputStream is, boolean includeComments, SqlParser.Consumer<String> consumer) convert a text file of SQL statements into a List of individual statements.voidSqlParser.consumeStatements(Reader is, boolean includeComments, SqlParser.Consumer<String> consumer)