Uses of Class
migratedb.v1.core.api.internal.jdbc.Results
-
Packages that use Results Package Description migratedb.v1.core.api.internal.jdbc migratedb.v1.core.api.internal.sqlscript migratedb.v1.core.internal.database.oracle Private API.migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.sqlscript Private API. -
-
Uses of Results in migratedb.v1.core.api.internal.jdbc
Fields in migratedb.v1.core.api.internal.jdbc declared as Results Modifier and Type Field Description static ResultsResults. EMPTY_RESULTSMethods in migratedb.v1.core.api.internal.jdbc that return Results Modifier and Type Method Description ResultsJdbcTemplate. executeStatement(String sql)Executes this sql statement using an ordinary Statement.Methods in migratedb.v1.core.api.internal.jdbc with parameters of type Results Modifier and Type Method Description voidJdbcTemplate. extractErrors(Results results, SQLException e) -
Uses of Results in migratedb.v1.core.api.internal.sqlscript
Methods in migratedb.v1.core.api.internal.sqlscript that return Results Modifier and Type Method Description ResultsSqlStatement. execute(JdbcTemplate jdbcTemplate)Executes this statement against the database. -
Uses of Results in migratedb.v1.core.internal.database.oracle
Subclasses of Results in migratedb.v1.core.internal.database.oracle Modifier and Type Class Description classOracleResultsOracle-specific results and side-effects. -
Uses of Results in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql that return Results Modifier and Type Method Description ResultsPostgreSQLCopyParsedStatement. execute(JdbcTemplate jdbcTemplate) -
Uses of Results in migratedb.v1.core.internal.sqlscript
Methods in migratedb.v1.core.internal.sqlscript that return Results Modifier and Type Method Description ResultsParsedSqlStatement. execute(JdbcTemplate jdbcTemplate)Methods in migratedb.v1.core.internal.sqlscript with parameters of type Results Modifier and Type Method Description protected voidDefaultSqlScriptExecutor. handleException(Results results, SqlScript sqlScript, SqlStatement sqlStatement)protected voidDefaultSqlScriptExecutor. handleResults(Results results)
-