Uses of Class
com.ibm.db.models.db2.luw.OracleWrapper.OracleServerVersion

Packages that use OracleServerVersion
com.ibm.db.models.db2.luw.OracleWrapper   
com.ibm.db.models.db2.luw.OracleWrapper.impl   
 

Uses of OracleServerVersion in com.ibm.db.models.db2.luw.OracleWrapper
 

Fields in com.ibm.db.models.db2.luw.OracleWrapper declared as OracleServerVersion
static OracleServerVersion OracleServerVersion.V7_34_LITERAL
          The 'V7 34' literal object.
static OracleServerVersion OracleServerVersion.V8_X_LITERAL
          The 'V8 X' literal object.
static OracleServerVersion OracleServerVersion.V9_X_LITERAL
          The 'V9 X' literal object.
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper that return OracleServerVersion
static OracleServerVersion OracleServerVersion.get(int value)
          Returns the 'Oracle Server Version' literal with the specified integer value.
static OracleServerVersion OracleServerVersion.get(java.lang.String literal)
          Returns the 'Oracle Server Version' literal with the specified literal value.
static OracleServerVersion OracleServerVersion.getByName(java.lang.String name)
          Returns the 'Oracle Server Version' literal with the specified name.
 OracleServerVersion OracleServer.getOracleServerVersion()
          Returns the value of the 'Oracle Server Version' attribute.
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper with parameters of type OracleServerVersion
 void OracleServer.setOracleServerVersion(OracleServerVersion value)
          Sets the value of the 'Oracle Server Version' attribute.
 

Uses of OracleServerVersion in com.ibm.db.models.db2.luw.OracleWrapper.impl
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper.impl that return OracleServerVersion
 OracleServerVersion OracleWrapperFactoryImpl.createOracleServerVersionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 OracleServerVersion OracleServerImpl.getOracleServerVersion()
           
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper.impl with parameters of type OracleServerVersion
 void OracleServerImpl.setOracleServerVersion(OracleServerVersion newOracleServerVersion)