public class SubsettingEngine
extends java.lang.Object
| Constructor and Description |
|---|
SubsettingEngine(ExecutionContext executionContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExportStatistic |
export(java.lang.String whereClause,
java.net.URL extractionModelURL,
java.lang.String scriptFile,
java.lang.String deleteScriptFileName,
javax.sql.DataSource dataSource,
DBMS dbms,
ScriptFormat scriptFormat,
int modelPoolSize)
Exports entities.
|
static void |
registerTmpURL(java.net.URL extractionModelURL,
java.lang.String name)
Registers real name of extraction model for temp URL (GUI support).
|
public SubsettingEngine(ExecutionContext executionContext)
executionContext - the command line argumentspublic ExportStatistic export(java.lang.String whereClause, java.net.URL extractionModelURL, java.lang.String scriptFile, java.lang.String deleteScriptFileName, javax.sql.DataSource dataSource, DBMS dbms, ScriptFormat scriptFormat, int modelPoolSize) throws java.sql.SQLException, java.io.IOException, org.xml.sax.SAXException
modelPoolSize - size of extraction-model pooljava.sql.SQLExceptionjava.io.IOExceptionorg.xml.sax.SAXExceptionpublic static void registerTmpURL(java.net.URL extractionModelURL,
java.lang.String name)