Uses of Class
com.ibm.db.models.db2.IsolationLevelType

Packages that use IsolationLevelType
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
 

Uses of IsolationLevelType in com.ibm.db.models.db2
 

Fields in com.ibm.db.models.db2 declared as IsolationLevelType
static IsolationLevelType IsolationLevelType.CURSOR_STABILITY_LITERAL
          The 'CURSOR STABILITY' literal object.
static IsolationLevelType IsolationLevelType.READ_STABILITY_LITERAL
          The 'READ STABILITY' literal object.
static IsolationLevelType IsolationLevelType.REPEATABLE_READ_LITERAL
          The 'REPEATABLE READ' literal object.
static IsolationLevelType IsolationLevelType.UNCOMMITTED_READ_LITERAL
          The 'UNCOMMITTED READ' literal object.
 

Methods in com.ibm.db.models.db2 that return IsolationLevelType
static IsolationLevelType IsolationLevelType.get(int value)
          Returns the 'Isolation Level Type' literal with the specified integer value.
static IsolationLevelType IsolationLevelType.get(java.lang.String literal)
          Returns the 'Isolation Level Type' literal with the specified literal value.
static IsolationLevelType IsolationLevelType.getByName(java.lang.String name)
          Returns the 'Isolation Level Type' literal with the specified name.
 IsolationLevelType DB2ApplicationProcess.getIsolationLevel()
          Returns the value of the 'Isolation Level' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type IsolationLevelType
 void DB2ApplicationProcess.setIsolationLevel(IsolationLevelType value)
          Sets the value of the 'Isolation Level' attribute.
 

Uses of IsolationLevelType in com.ibm.db.models.db2.impl
 

Methods in com.ibm.db.models.db2.impl that return IsolationLevelType
 IsolationLevelType DB2ModelFactoryImpl.createIsolationLevelTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IsolationLevelType DB2ApplicationProcessImpl.getIsolationLevel()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type IsolationLevelType
 void DB2ApplicationProcessImpl.setIsolationLevel(IsolationLevelType newIsolationLevel)