Uses of Class
migratedb.v1.core.api.internal.jdbc.Result
-
Packages that use Result Package Description migratedb.v1.core.api.internal.jdbc migratedb.v1.core.internal.sqlscript Private API. -
-
Uses of Result in migratedb.v1.core.api.internal.jdbc
Methods in migratedb.v1.core.api.internal.jdbc that return types with arguments of type Result Modifier and Type Method Description List<Result>Results. getResults()Methods in migratedb.v1.core.api.internal.jdbc with parameters of type Result Modifier and Type Method Description voidResults. addResult(Result result) -
Uses of Result in migratedb.v1.core.internal.sqlscript
Methods in migratedb.v1.core.internal.sqlscript with parameters of type Result Modifier and Type Method Description protected voidDefaultSqlScriptExecutor. outputQueryResult(Result result)
-