|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.flyway.core.dbsupport.DbSupportFactory
public class DbSupportFactory
Factory for obtaining the correct DbSupport instance for the current connection.
| Method Summary | |
|---|---|
static DbSupport |
createDbSupport(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
Initializes the appropriate DbSupport class for the database product used by the data source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DbSupport createDbSupport(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
jdbcTemplate - The Jdbc Template to use to query the database.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||