public abstract class DbUpdater<T extends ICallContext> extends Object
| Constructor and Description |
|---|
DbUpdater(ConnectionPool connectionPool,
AbstractScore score,
boolean forceDdInitialize,
DBAdaptor dbAdaptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateDb()
Performs update of DB structure based on the decomposed object model.
|
void |
updateSystemSchema()
Updates system schema.
|
public DbUpdater(ConnectionPool connectionPool, AbstractScore score, boolean forceDdInitialize, DBAdaptor dbAdaptor)
Copyright © 2023 CURS. All rights reserved.