ZMObject
└─ZMInstallationPatch
└─ZMSQLPatch
public class ZMSQLPatch
extends ZMInstallationPatch
| Fields inherited from zenmagick.store.admin.installation\ZMInstallationPatch | |
|---|---|
| id_, messages_ | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string id) Create new patch. |
| string | Get the patch group id. |
| string | Get the precondition message. |
| Methods inherited from zenmagick.store.admin.installation\ZMInstallationPatch | |
|---|---|
| __construct, canUndo, dependsOn, getGroupId, getId, getMessages, getPreconditionsMessage, isOpen, isReady, patch, undo | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(string id)
Create new patch.
public string getGroupId()
Get the patch group id.
public string getPreconditionsMessage()
Get the precondition message.
This will return an empty string when isReady() returns true.
Generic SQL patch.