public class ScriptSourceInputFromReader extends Object implements ScriptSourceInput
Constructor and Description |
---|
ScriptSourceInputFromReader(Reader reader)
Constructs a ScriptSourceInputFromReader
|
public ScriptSourceInputFromReader(Reader reader)
reader
- The reader to read frompublic Iterable<String> read(ImportSqlCommandExtractor commandExtractor)
ScriptSourceInput
read
in interface ScriptSourceInput
commandExtractor
- The extractor for individual commands within the input.public void release()
ScriptSourceInput
release
in interface ScriptSourceInput
protected Reader reader()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.