transactionStatementMode

Specifies the action to be taken when a transaction ends.

Content model

Content type is NMTOKEN.

The possible values of this element are restricted to the following.

unspecified

Specifies that the default action will be taken when a transaction ends. In Classic Query Mode, the default action is rollback. If the underlying database supports autocommit, then the default action will be commit.

rollback

Specifies that a transaction will be rolled back when it ends.

commit

Specifies that a transaction will be committed when it ends.

autocommit

Specifies that autocommit will be carried out for a transaction.

Parent elements

dataSource