public class SubsettingEngine extends Object
| Constructor and Description |
|---|
SubsettingEngine(ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(Set<Table> progress)
Stringifies progress-set.
|
void |
export(String whereClause,
URL extractionModelURL,
String scriptFile,
String deleteScriptFileName,
DataSource dataSource,
DBMS dbms,
boolean explain,
ScriptFormat scriptFormat,
int modelPoolSize)
Exports entities.
|
public SubsettingEngine(ExecutionContext executionContext)
executionContext - the command line argumentspublic static String asString(Set<Table> progress)
progress - the progress-setpublic void export(String whereClause, URL extractionModelURL, String scriptFile, String deleteScriptFileName, DataSource dataSource, DBMS dbms, boolean explain, ScriptFormat scriptFormat, int modelPoolSize) throws SQLException, IOException, SAXException
datamodelBaseURL - URL of datamodel foldermodelPoolSize - size of extraction-model poolSQLExceptionIOExceptionSAXException