Enum AutocommitDmlMode

public enum AutocommitDmlMode extends Enum<AutocommitDmlMode>

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

Static Fields

NameDescription
PARTITIONED_NON_ATOMIC
TRANSACTIONAL

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
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.