| Package | Description | 
|---|---|
| net.sf.jailer.api | |
| net.sf.jailer.subsetting | 
| Modifier and Type | Method and Description | 
|---|---|
ExportStatistic | 
Subsetter.execute(java.lang.String whereClause,
       java.io.File exportScriptFile)
Generates the export-script. 
 | 
ExportStatistic | 
Subsetter.execute(java.lang.String whereClause,
       java.io.File exportScriptFile,
       java.io.File deleteScriptFile)
Generates the export- and/or delete-script. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExportStatistic | 
SubsettingEngine.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<java.lang.String> | 
CollectedRowsCounter.createStatistic(boolean forDelete,
               DataModel datamodel,
               ExportStatistic exportStatistic)
Creates the statistic. 
 |