|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.jchem.db.Updater.UpdateInfo
public class Updater.UpdateInfo
Class describing the nature of an update.
| Field Summary | |
|---|---|
java.lang.String[] |
entityList
The names of entities (e.g. table names) to be updated, or null. |
boolean |
isOperationRequired
Indicates whether the operation is required or not. |
boolean |
isProgressMonitoringSupported
Indicates whether update process supports progress monitoring. |
boolean |
isRegeneration
Deprecated. since 5.1.2 use isProgressMonitoringSupported instead. |
boolean |
isStructuralChange
Indicates whether the operation is required or not. |
java.lang.String |
message
Massage describing what update is necessary and why. |
java.lang.String |
processingMessage
A message that can be displayed during the update, e.g. |
int |
regenerationType
Indicates the regeneration type. |
| Constructor Summary | |
|---|---|
Updater.UpdateInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String message
public java.lang.String[] entityList
null.
public java.lang.String processingMessage
@Deprecated public boolean isRegeneration
isProgressMonitoringSupported instead.entityList can be used
directly for
UpdateHandler.recalculateTable(chemaxon.util.ConnectionHandler,
String, boolean, String, java.util.Map, Boolean, chemaxon.jchem.file.ProgressWriter)
public boolean isProgressMonitoringSupported
public int regenerationType
public boolean isOperationRequired
public boolean isStructuralChange
| Constructor Detail |
|---|
public Updater.UpdateInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||