|
| Options | Name | Purpose | |
|---|---|---|---|
| CheckStatus (character) |
/**
Throws an error with error text from the passed command output if necessary
@param pcMessage chr(10) separated list of output from command
Subclasses override this to handle utility specific messages
The default assumes the following
---------------------------
OpenEdge Release ...... as of Fri Jul 8 19:02:09 EDT 2011
<utility text> (12345)
Do you want to continue (y/n)? (13706)
------
or (the openedge release is not always there even for the same utility)
---------------------------
<utility text> (12345)
Do you want to continue (y/n)? (13706)
------
The last line is assumed if PromptValue is set
**/
|
||
| Execute (IUtilityRequest) |
|
||
| CHARACTER GetCommandParameters (IUtilityRequest) |
|
||
| CHARACTER GetDLC () |
|
||
| INTEGER GetErrorNumber (character) |
|
||
| OpenEdge.DataAdmin.Message.IUtilityResponse GetResponse () |
|
||
| LOGICAL IsPrompt (character) |
/* does the text end with ? or parenthesis but not number (y/n) */
|
||
| RunCommand (character) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| ProCommand (character) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER CommandFullName |
|
||
| CHARACTER CommandName |
|
||
| OpenEdge.DataAdmin.DataSource.DatabaseInfo DatabaseInfo |
|
||
| CHARACTER DatabaseName |
|
||
| CHARACTER ProgressHeaderStart |
|
||
| CHARACTER PromptValue |
|
||
| CHARACTER Slash |
|
||
| LOGICAL UseBatFile |
|
CheckStatus (character)
|
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Execute (IUtilityRequest)
|
||||||||||||||||||||||||||||||||
CHARACTER GetCommandParameters (IUtilityRequest)
|
||||||||||||||||||||||||||||||||
CHARACTER GetDLC ()
|
||||||||||||||||||||||||||||||||
INTEGER GetErrorNumber (character)
|
||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.Message.IUtilityResponse GetResponse () |
||||||||||||||||||||||||||||||||
LOGICAL IsPrompt (character)
|
||||||||||||||||||||||||||||||||
RunCommand (character)
|
||||||||||||||||||||||||||||||||
ProCommand (character)
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER CommandFullName
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER CommandName
|
||||||||
OpenEdge.DataAdmin.DataSource.DatabaseInfo DatabaseInfo |
||||||||
CHARACTER DatabaseName
|
||||||||
CHARACTER ProgressHeaderStart
|
||||||||
CHARACTER PromptValue
|
||||||||
CHARACTER Slash
|
||||||||
LOGICAL UseBatFile
|
||||||||