|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLCommandList | |
|---|---|
| org.dellroad.stuff.schema | Classes supporting automated database schema management. |
| Uses of SQLCommandList in org.dellroad.stuff.schema |
|---|
| Methods in org.dellroad.stuff.schema that return SQLCommandList | |
|---|---|
SQLCommandList |
SQLSchemaUpdater.getDatabaseInitialization()
Get the empty database initialization. |
SQLCommandList |
SpringSQLSchemaUpdate.getSQLCommandList()
|
SQLCommandList |
SQLSchemaUpdater.getUpdateTableInitialization()
Get the update table initialization. |
| Methods in org.dellroad.stuff.schema with parameters of type SQLCommandList | |
|---|---|
void |
SQLSchemaUpdater.setDatabaseInitialization(SQLCommandList databaseInitialization)
Configure how an empty database gets initialized. |
void |
UpdatingDataSource.setSQLCommandList(SQLCommandList action)
Configure the SQLCommandList to be applied to the database on first access. |
void |
SpringSQLSchemaUpdate.setSQLCommandList(SQLCommandList sqlCommandList)
Configure the SQLCommandList. |
void |
SQLSchemaUpdater.setUpdateTableInitialization(SQLCommandList updateTableInitialization)
Configure how the update table itself gets initialized. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||