Uses of Enum Class
net.sf.jailer.subsetting.ScriptType
Packages that use ScriptType
-
Uses of ScriptType in net.sf.jailer.enhancer
Methods in net.sf.jailer.enhancer with parameters of type ScriptTypeModifier and TypeMethodDescriptionvoidFileBasedScriptEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds nothing.voidHelperTableEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds nothing.voidScriptEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds comments to the script.voidFileBasedScriptEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds epilogs.voidHelperTableEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Drops the JL_DUAL helper table at the bottom of the script if it was needed.voidScriptEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds statements at bottom of the script.voidFileBasedScriptEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds prologs.voidHelperTableEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Creates and populates the JL_DUAL helper table at the top of the script if needed.voidScriptEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds statements at top of the script. -
Uses of ScriptType in net.sf.jailer.subsetting
Subclasses with type arguments of type ScriptType in net.sf.jailer.subsettingMethods in net.sf.jailer.subsetting that return ScriptTypeModifier and TypeMethodDescriptionstatic ScriptTypeReturns the enum constant of this class with the specified name.static ScriptType[]ScriptType.values()Returns an array containing the constants of this enum class, in the order they are declared.