Package com.ninja_squad.dbsetup.destination

Interface Summary
Destination The destination of a database setup.
 

Class Summary
DataSourceDestination A destination which wraps a DataSource and gets its connection from the wrapped DataSource
DriverManagerDestination A destination which uses the DriverManager to get a connection