Uses of Interface
migratedb.core.api.internal.sqlscript.SqlScriptExecutorFactory
-
Packages that use SqlScriptExecutorFactory Package Description migratedb.core.api.internal.database.base migratedb.core.internal.callback Private API.migratedb.core.internal.database.base Private API.migratedb.core.internal.database.oracle Private API.migratedb.core.internal.resolver Private API.migratedb.core.internal.resolver.sql Private API.migratedb.core.internal.schemahistory Private API. -
-
Uses of SqlScriptExecutorFactory in migratedb.core.api.internal.database.base
Methods in migratedb.core.api.internal.database.base that return SqlScriptExecutorFactory Modifier and Type Method Description SqlScriptExecutorFactoryDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Initializes the SqlScriptExecutorFactory used by this Database Type. -
Uses of SqlScriptExecutorFactory in migratedb.core.internal.callback
Constructors in migratedb.core.internal.callback with parameters of type SqlScriptExecutorFactory Constructor Description SqlScriptCallbackFactory(ResourceProvider resourceProvider, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Configuration configuration)Creates a new instance. -
Uses of SqlScriptExecutorFactory in migratedb.core.internal.database.base
Methods in migratedb.core.internal.database.base that return SqlScriptExecutorFactory Modifier and Type Method Description SqlScriptExecutorFactoryBaseDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor) -
Uses of SqlScriptExecutorFactory in migratedb.core.internal.database.oracle
Methods in migratedb.core.internal.database.oracle that return SqlScriptExecutorFactory Modifier and Type Method Description SqlScriptExecutorFactoryOracleDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor) -
Uses of SqlScriptExecutorFactory in migratedb.core.internal.resolver
Constructors in migratedb.core.internal.resolver with parameters of type SqlScriptExecutorFactory Constructor Description DefaultMigrationResolver(ResourceProvider resourceProvider, ClassProvider<JavaMigration> classProvider, Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, ParsingContext parsingContext, MigrationResolver... customMigrationResolvers) -
Uses of SqlScriptExecutorFactory in migratedb.core.internal.resolver.sql
Constructors in migratedb.core.internal.resolver.sql with parameters of type SqlScriptExecutorFactory Constructor Description SqlMigrationResolver(ResourceProvider resourceProvider, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Configuration configuration, ParsingContext parsingContext) -
Uses of SqlScriptExecutorFactory in migratedb.core.internal.schemahistory
Methods in migratedb.core.internal.schemahistory with parameters of type SqlScriptExecutorFactory Modifier and Type Method Description static SchemaHistorySchemaHistoryFactory. getSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database<?> database, Schema<?,?> schema)
-