Uses of Class
org.dellroad.stuff.schema.SQLCommandList
Packages that use SQLCommandList
Package
Description
Classes supporting automated database schema management.
Spring related classes.
-
Uses of SQLCommandList in org.dellroad.stuff.schema
Methods in org.dellroad.stuff.schema that return SQLCommandListModifier and TypeMethodDescriptionSQLSchemaUpdater.getDatabaseInitialization()
Get the empty database initialization.SQLSchemaUpdater.getUpdateTableInitialization()
Get the update table initialization.Methods in org.dellroad.stuff.schema with parameters of type SQLCommandListModifier 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
Methods in org.dellroad.stuff.spring that return SQLCommandListMethods in org.dellroad.stuff.spring with parameters of type SQLCommandListModifier and TypeMethodDescriptionvoid
SpringSQLSchemaUpdate.setSQLCommandList
(SQLCommandList sqlCommandList) Configure theSQLCommandList
.