Class RDBMSDataSourceConstants.TX_ISOLATION_LEVELS
- java.lang.Object
-
- org.wso2.carbon.ndatasource.rdbms.RDBMSDataSourceConstants.TX_ISOLATION_LEVELS
-
- Enclosing class:
- RDBMSDataSourceConstants
public static final class RDBMSDataSourceConstants.TX_ISOLATION_LEVELS extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNONEstatic StringREAD_COMMITTEDstatic StringREAD_UNCOMMITTEDstatic StringREPEATABLE_READstatic StringSERIALIZABLE
-
Constructor Summary
Constructors Constructor Description TX_ISOLATION_LEVELS()
-
-
-
Field Detail
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
READ_COMMITTED
public static final String READ_COMMITTED
- See Also:
- Constant Field Values
-
READ_UNCOMMITTED
public static final String READ_UNCOMMITTED
- See Also:
- Constant Field Values
-
REPEATABLE_READ
public static final String REPEATABLE_READ
- See Also:
- Constant Field Values
-
SERIALIZABLE
public static final String SERIALIZABLE
- See Also:
- Constant Field Values
-
-