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 TypeMethodDescriptionvoid
SqlParser.consumeStatements
(InputStream is, boolean includeComments, SqlParser.Consumer<String> consumer) convert a text file of SQL statements into a List of individual statements.void
SqlParser.consumeStatements
(Reader is, boolean includeComments, SqlParser.Consumer<String> consumer)