Uses of Enum Class
net.sf.jailer.database.WorkingTableScope
Packages that use WorkingTableScope
-
Uses of WorkingTableScope in net.sf.jailer
Methods in net.sf.jailer that return WorkingTableScopeModifier and TypeMethodDescriptionExecutionContext.getScope()Gets scope of working tables, GLOBAL, SESSION_LOCAL or LOCAL_DATABASEMethods in net.sf.jailer with parameters of type WorkingTableScopeModifier and TypeMethodDescriptionvoidExecutionContext.setScope(WorkingTableScope scope) Sets scope of working tables, GLOBAL, SESSION_LOCAL or LOCAL_DATABASE -
Uses of WorkingTableScope in net.sf.jailer.api
Methods in net.sf.jailer.api that return WorkingTableScopeModifier and TypeMethodDescriptionSubsetter.getScope()Gets scope of working tables, GLOBAL, SESSION_LOCAL or LOCAL_DATABASE
Default is GLOBAL.Methods in net.sf.jailer.api with parameters of type WorkingTableScopeModifier and TypeMethodDescriptionvoidSubsetter.setScope(WorkingTableScope scope) Sets scope of working tables, GLOBAL, SESSION_LOCAL or LOCAL_DATABASE -
Uses of WorkingTableScope in net.sf.jailer.database
Subclasses with type arguments of type WorkingTableScope in net.sf.jailer.databaseFields in net.sf.jailer.database declared as WorkingTableScopeModifier and TypeFieldDescriptionfinal WorkingTableScopeSession.scopeScope of temporary tables.Methods in net.sf.jailer.database that return WorkingTableScopeModifier and TypeMethodDescriptionstatic WorkingTableScopeReturns the enum constant of this class with the specified name.static WorkingTableScope[]WorkingTableScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sf.jailer.database with parameters of type WorkingTableScopeModifierConstructorDescriptionSession(DataSource dataSource, DBMS dbms, Integer isolationLevel, WorkingTableScope scope, boolean transactional) Constructor.Session(DataSource dataSource, DBMS dbms, Integer isolationLevel, WorkingTableScope scope, boolean transactional, boolean local) Constructor. -
Uses of WorkingTableScope in net.sf.jailer.ddl
Methods in net.sf.jailer.ddl with parameters of type WorkingTableScopeModifier and TypeMethodDescriptionbooleanDDLCreator.createDDL(DataSource dataSource, DBMS dbms, WorkingTableScope temporaryTableScope, String workingTableSchema) Creates the DDL for the working-tables.voidDDLCreator.createDDL(Session localSession, WorkingTableScope temporaryTableScope, String workingTableSchema) Creates the DDL for the working-tables.booleanDDLCreator.createDDL(DataModel datamodel, Session session, WorkingTableScope temporaryTableScope, String workingTableSchema) Creates the DDL for the working-tables.booleanDDLCreator.createDDL(DataModel datamodel, Session session, WorkingTableScope temporaryTableScope, RowIdSupport rowIdSupport, String workingTableSchema) Creates the DDL for the working-tables.