Name | Description | |
---|---|---|
OracleSqlPlusScript Constructor | Default Constructor |
The following tables list the members exposed by OracleSqlPlusScript.
Name | Description | |
---|---|---|
OracleSqlPlusScript Constructor | Default Constructor |
Name | Description | |
---|---|---|
ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>) |
Name | Description | |
---|---|---|
CommandText | The Script to be executed. | |
ConnectionString | The database connection string. | |
ContinueOnError | When true, the activity will not fail after a sql error. | |
DisplayName | (Inherited from System.Activities.Activity) | |
Id | (Inherited from System.Activities.Activity) | |
Result | (Inherited from System.Activities.Activity<int>) | |
ResultType | (Inherited from System.Activities.ActivityWithResult) |
Name | Description | |
---|---|---|
AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
Constraints | (Inherited from System.Activities.Activity) | |
Implementation | (Inherited from System.Activities.NativeActivity<int>) | |
Task | Gets the System.Threading.Task which performs the activity's work. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) |
Name | Description | |
---|---|---|
ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<int>) | |
ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
Abort | Abort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
AfterExecute | Overridden. Sets the scalar result of the query execution | |
CacheMetadata | Overloaded. Registers Activity Metadata (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
Cancel | Cancels the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
Execute | Executes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivityGeneric<int>) | |
ExecuteNonblocking | Overridden. Executes the Oracle script and captures the result | |
OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity<int>) | |
PrepareToExecute | Overridden. Begins async execution of SQLPlus Script | |
UpdateInstance | (Inherited from System.Activities.NativeActivity<int>) |