Class SchemaUpdatingDataSource

java.lang.Object
org.dellroad.stuff.schema.AbstractUpdatingDataSource
org.dellroad.stuff.schema.SchemaUpdatingDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class SchemaUpdatingDataSource extends AbstractUpdatingDataSource
A DataSource that wraps an inner DataSource and automatically intializes and updates the database schema using a SQLSchemaUpdater on first access.
See Also: