Uses of Interface
migratedb.v1.core.api.internal.sqlscript.SqlScriptExecutor
-
Packages that use SqlScriptExecutor Package Description migratedb.v1.core.api.internal.sqlscript migratedb.v1.core.internal.database.oracle Private API.migratedb.v1.core.internal.sqlscript Private API. -
-
Uses of SqlScriptExecutor in migratedb.v1.core.api.internal.sqlscript
Methods in migratedb.v1.core.api.internal.sqlscript that return SqlScriptExecutor Modifier and Type Method Description SqlScriptExecutorSqlScriptExecutorFactory. createSqlScriptExecutor(Connection connection, boolean outputQueryResults)Creates a new executor for this SQL script. -
Uses of SqlScriptExecutor in migratedb.v1.core.internal.database.oracle
Classes in migratedb.v1.core.internal.database.oracle that implement SqlScriptExecutor Modifier and Type Class Description classOracleSqlScriptExecutor -
Uses of SqlScriptExecutor in migratedb.v1.core.internal.sqlscript
Classes in migratedb.v1.core.internal.sqlscript that implement SqlScriptExecutor Modifier and Type Class Description classDefaultSqlScriptExecutor
-