Uses of Enum Class
net.sf.jailer.subsetting.ScriptFormat
Packages that use ScriptFormat
Package
Description
-
Uses of ScriptFormat in net.sf.jailer
Methods in net.sf.jailer that return ScriptFormatModifier and TypeMethodDescriptionCommandLine.getScriptFormat()Gets the script format.ExecutionContext.getScriptFormat()Gets the script format.Methods in net.sf.jailer with parameters of type ScriptFormatModifier and TypeMethodDescriptionvoidExecutionContext.setScriptFormat(ScriptFormat scriptFormat) Sets the script format. -
Uses of ScriptFormat in net.sf.jailer.api
Methods in net.sf.jailer.api that return ScriptFormatMethods in net.sf.jailer.api with parameters of type ScriptFormatModifier and TypeMethodDescriptionvoidSubsetter.setScriptFormat(ScriptFormat scriptFormat) Sets the script format.Constructors in net.sf.jailer.api with parameters of type ScriptFormatModifierConstructorDescriptionSubsetter(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. -
Uses of ScriptFormat in net.sf.jailer.datamodel
Methods in net.sf.jailer.datamodel with parameters of type ScriptFormatModifier and TypeMethodDescriptionvoidDataModel.save(String file, Table stable, SubjectLimitDefinition subjectLimitDefinition, String subjectCondition, ScriptFormat scriptFormat, List<RestrictionDefinition> restrictionDefinitions, Map<String, Map<String, double[]>> positions, List<ExtractionModel.AdditionalSubject> additionalSubjects, String currentModelSubfolder) Saves the data model. -
Uses of ScriptFormat in net.sf.jailer.subsetting
Subclasses with type arguments of type ScriptFormat in net.sf.jailer.subsettingMethods in net.sf.jailer.subsetting that return ScriptFormatModifier and TypeMethodDescriptionstatic ScriptFormatReturns the enum constant of this class with the specified name.static ScriptFormat[]ScriptFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sf.jailer.subsetting with parameters of type ScriptFormatModifier and TypeMethodDescriptionSubsettingEngine.export(String whereClause, URL extractionModelURL, String scriptFile, String deleteScriptFileName, DataSource dataSource, DBMS dbms, ScriptFormat scriptFormat, int modelPoolSize) Exports entities. -
Uses of ScriptFormat in net.sf.jailer.xml
Methods in net.sf.jailer.xml with parameters of type ScriptFormatModifier and TypeMethodDescriptionXmlUtil.createObjectNotationTransformerHandler(String commentHeader, String rootTag, Writer out, boolean forSketch, ScriptFormat scriptFormat, SimpleDateFormat datePattern, SimpleDateFormat timestampPattern, ExecutionContext executionContext) Constructors in net.sf.jailer.xml with parameters of type ScriptFormatModifierConstructorDescriptionXmlExportTransformer(OutputStream out, String commentHeader, EntityGraph entityGraph, Set<Table> totalProgress, Set<Table> cyclicAggregatedTables, String rootTag, String datePattern, String timestampPattern, Session session, ScriptFormat scriptFormat, Charset charset, ExecutionContext executionContext) Constructor.XmlRowWriter(OutputStream out, String commentHeader, String rootTag, String datePattern, String timestampPattern, ScriptFormat scriptFormat, Charset charset, TransformerHandler transformerHandler, ExecutionContext executionContext) Constructor.XmlRowWriter(OutputStream out, String commentHeader, String rootTag, String datePattern, String timestampPattern, ScriptFormat scriptFormat, Charset charset, ExecutionContext executionContext) Constructor.