public interface ScriptSourceInput
Modifier and Type | Method and Description |
---|---|
void |
prepare()
Prepare source for use.
|
List<String> |
read(ImportSqlCommandExtractor commandExtractor)
Read the abstracted script, using the given extractor to split up the input into individual commands.
|
void |
release()
Release this input.
|
void prepare()
List<String> read(ImportSqlCommandExtractor commandExtractor)
commandExtractor
- The extractor for individual commands within the input.void release()
Copyright © 2017 JBoss by Red Hat. All rights reserved.