Enum AutocommitDmlMode

public enum AutocommitDmlMode extends Enum<AutocommitDmlMode>

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

Fields

NameDescription
PARTITIONED_NON_ATOMIC
TRANSACTIONAL

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.

valueOf(String name)
values()