Enum AutocommitDmlMode (6.66.0)

public enum AutocommitDmlMode extends Enum<AutocommitDmlMode>

Enum used to define the behavior of DML statements in autocommit mode

Static Fields

Name Description
PARTITIONED_NON_ATOMIC
TRANSACTIONAL

Static Methods

Name Description
valueOf(String name)
values()

Methods

Name Description
getStatementString()

Use this method to get the correct format for use in a SQL statement. Autocommit dml mode must be wrapped between single quotes in SQL statements: SET AUTOCOMMIT_DML_MODE='TRANSACTIONAL' This method returns the value without the single quotes.