|
|||||||||
| 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 |
isProgressMonitoringSupported
Indicates whether update process supports progress monitoring. |
boolean |
isRegeneration
Deprecated. since 5.1.2 use #isProgressMonitoringNeeded instead. |
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. |
| 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
public boolean isRegeneration
#isProgressMonitoringNeeded instead.entityList can be used
directly for
UpdateHandler.regenerateTable(chemaxon.util.ConnectionHandler, String, chemaxon.jchem.file.ProgressWriter)
public boolean isProgressMonitoringSupported
| Constructor Detail |
|---|
public Updater.UpdateInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||