| Package | Description |
|---|---|
| net.sf.jailer | |
| net.sf.jailer.api | |
| net.sf.jailer.datamodel | |
| net.sf.jailer.subsetting |
| Modifier and Type | Method and Description |
|---|---|
ScriptFormat |
CommandLine.getScriptFormat()
Gets the script format.
|
ScriptFormat |
ExecutionContext.getScriptFormat()
Gets the script format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.setScriptFormat(ScriptFormat scriptFormat)
Sets the script format.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptFormat |
Subsetter.getScriptFormat()
Gets the script format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subsetter.setScriptFormat(ScriptFormat scriptFormat)
Sets the script format.
|
| Constructor and Description |
|---|
Subsetter(DataSource dataSource,
DBMS dbms,
File dataModel,
File extractionModel,
ScriptFormat scriptFormat)
Creates a new Subsetter with all mandatory attributes.
|
Subsetter(DataSource dataSource,
DBMS dbms,
URL dataModel,
URL extractionModel,
ScriptFormat scriptFormat)
Creates a new Subsetter with all mandatory attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataModel.save(String file,
Table stable,
String subjectCondition,
ScriptFormat scriptFormat,
List<RestrictionDefinition> restrictionDefinitions,
Map<String,Map<String,double[]>> positions,
List<ExtractionModel.AdditionalSubject> additionalSubjects,
String currentModelSubfolder)
Saves the data model.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptFormat |
ScriptFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptFormat[] |
ScriptFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubsettingEngine.export(String whereClause,
URL extractionModelURL,
String scriptFile,
String deleteScriptFileName,
DataSource dataSource,
DBMS dbms,
boolean explain,
ScriptFormat scriptFormat,
int modelPoolSize)
Exports entities.
|