Uses of Class
org.dellroad.stuff.schema.SQLCommandList
Package
Description
Classes supporting automated database schema management.
Spring related classes.
-
Uses of SQLCommandList in org.dellroad.stuff.schema
Modifier and TypeMethodDescriptionSQLSchemaUpdater.getDatabaseInitialization()
Get the empty database initialization.SQLSchemaUpdater.getUpdateTableInitialization()
Get the update table initialization.Modifier and TypeMethodDescriptionvoid
SQLSchemaUpdater.setDatabaseInitialization
(SQLCommandList databaseInitialization) Configure how an empty database gets initialized.void
UpdatingDataSource.setSQLCommandList
(SQLCommandList action) Configure theSQLCommandList
to be applied to the database on first access.void
SQLSchemaUpdater.setUpdateTableInitialization
(SQLCommandList updateTableInitialization) Configure how the update table itself gets initialized. -
Uses of SQLCommandList in org.dellroad.stuff.spring
Modifier and TypeMethodDescriptionvoid
SpringSQLSchemaUpdate.setSQLCommandList
(SQLCommandList sqlCommandList) Configure theSQLCommandList
.