RollbackSqlSessionResponse
Group |
|
Function |
Execute rollbacks of SQL statements from phase 3/4 in phase 6. |
Configuration file |
rollbacksqlsession_sample.properties |
Description
This class can be used to execute rollbacks of SQL statements from phase 3/4 in phase 6.
As a prerequisite, the target structure node attribute Transaction control has to have the value In response path.
Parameter Description
Parameter name |
Description |
nodes |
Specifies the name of the target structure node for which a rollback is to be performed. Multiple nodes are separated by commas. If you want to rollback all nodes, you can specify the value all. |
Example Configuration File
rollbacksqlsession_sample.properties
nodes=mynode1,mynode2
See Also
Function execute sqlnode in phase3(a,b)
Function commit sqlnode in phase3(a)
Function rollback sqlnode in phase3(a)