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 TypeMethodDescriptionvoidSQLSchemaUpdater.setDatabaseInitialization(SQLCommandList databaseInitialization) Configure how an empty database gets initialized.voidUpdatingDataSource.setSQLCommandList(SQLCommandList action) Configure theSQLCommandListto be applied to the database on first access.voidSQLSchemaUpdater.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 TypeMethodDescriptionvoidSpringSQLSchemaUpdate.setSQLCommandList(SQLCommandList sqlCommandList) Configure theSQLCommandList.