Public Constructor
| Constructor | Description |
|---|---|
| Creates a new instance of the Program object. |
Protected Methods
| Method | Description |
|---|---|
| Deprecated. Use the Visual RPG "IN" command. | |
| Deprecated. Use the Visual RPG "OUT" command. | |
| Deprecated. Use the Visual RPG "UNLOCK" command. | |
| Executes the Program command specified in cmdText. | |
| Deprecated. Use the Visual RPG "IN" command. | |
| Overloaded. Remove messages from the program message queue of the caller's caller or specific program message queue. | |
| Append a message to the external message queue. | |
| Overloaded. Appends different message types to the program message queue associated with the caller's caller or to the specified program message queue. | |
| Deprecated. Use the Visual RPG "OUT" command. |
Public Methods
| Method | Description |
|---|---|
Dispose
|
Releases managed and unmanaged or just unmanaged resources used by the object. |
ExecuteSQL_Query
|
Overloaded methods to execute a SQL query command. |
ExecuteSQL_QueryVerbatim
|
Overloaded methods to execute a SQL query command with the string text exactly as contained in the original legacy source code |
ExecuteSQL_Statement
|
Overloaded methods to execute a SQL command statement. |
ExecuteSQL_StatementVerbatim
|
Overloaded methods to execute a SQL command statement with the string text exactly as contained in the original legacy source code. |
Protected Properties
MonarchJob
|
Gets the name of the ASNA.Monarch.Job under which the Program is running. |
Public Fields
| Field | Description |
|---|---|
| A field containing a collection representing the query results. |
Protected Fields
| Field | Description |
|---|---|
| SQL_CommunicationsArea object that represents the SQLCA to trap and report run-time errors for the Program. | |
| A read-only field containing the System.DateTime of when the program started. |
