Package | Description |
---|---|
net.sf.jailer | |
net.sf.jailer.api | |
net.sf.jailer.datamodel | |
net.sf.jailer.subsetting | |
net.sf.jailer.xml |
Modifier and Type | Method and Description |
---|---|
ScriptFormat |
ExecutionContext.getScriptFormat()
Gets the script format.
|
ScriptFormat |
CommandLine.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(javax.sql.DataSource dataSource,
DBMS dbms,
java.io.File dataModel,
java.io.File extractionModel,
ScriptFormat scriptFormat)
Creates a new Subsetter with all mandatory attributes.
|
Subsetter(javax.sql.DataSource dataSource,
DBMS dbms,
java.net.URL dataModel,
java.net.URL extractionModel,
ScriptFormat scriptFormat)
Creates a new Subsetter with all mandatory attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
DataModel.save(java.lang.String file,
Table stable,
SubjectLimitDefinition subjectLimitDefinition,
java.lang.String subjectCondition,
ScriptFormat scriptFormat,
java.util.List<RestrictionDefinition> restrictionDefinitions,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,double[]>> positions,
java.util.List<ExtractionModel.AdditionalSubject> additionalSubjects,
java.lang.String currentModelSubfolder)
Saves the data model.
|
Modifier and Type | Method and Description |
---|---|
static ScriptFormat |
ScriptFormat.valueOf(java.lang.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 |
---|---|
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 |
---|---|
static XmlUtil.ObjectNotationTransformerHandler |
XmlUtil.createObjectNotationTransformerHandler(java.lang.String commentHeader,
java.lang.String rootTag,
java.io.Writer out,
boolean forSketch,
ScriptFormat scriptFormat,
java.text.SimpleDateFormat datePattern,
java.text.SimpleDateFormat timestampPattern,
ExecutionContext executionContext) |
Constructor and Description |
---|
XmlExportTransformer(java.io.OutputStream out,
java.lang.String commentHeader,
EntityGraph entityGraph,
java.util.Set<Table> totalProgress,
java.util.Set<Table> cyclicAggregatedTables,
java.lang.String rootTag,
java.lang.String datePattern,
java.lang.String timestampPattern,
Session session,
ScriptFormat scriptFormat,
java.nio.charset.Charset charset,
ExecutionContext executionContext)
Constructor.
|
XmlRowWriter(java.io.OutputStream out,
java.lang.String commentHeader,
java.lang.String rootTag,
java.lang.String datePattern,
java.lang.String timestampPattern,
ScriptFormat scriptFormat,
java.nio.charset.Charset charset,
ExecutionContext executionContext)
Constructor.
|
XmlRowWriter(java.io.OutputStream out,
java.lang.String commentHeader,
java.lang.String rootTag,
java.lang.String datePattern,
java.lang.String timestampPattern,
ScriptFormat scriptFormat,
java.nio.charset.Charset charset,
javax.xml.transform.sax.TransformerHandler transformerHandler,
ExecutionContext executionContext)
Constructor.
|