Package migratedb.v1.core.api.internal.jdbc
-
Interface Summary Interface Description ExecutionTemplate Spring-like template for executing operations in the context of a database connection.JdbcConnectionFactory JdbcConnectionFactory.ConnectionInitializer RowMapper<T> Mapper from ResultSet row to object. -
Class Summary Class Description JdbcTemplate Collection of utility methods for querying the DB.Result Results Container for all results, warnings, errors and remaining side-effects of a sql statement.