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)
ScriptSourceInputread in interface ScriptSourceInputcommandExtractor - The extractor for individual commands within the input.public void release()
ScriptSourceInputrelease in interface ScriptSourceInputprotected Reader reader()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.