Uses of Class
com.ibm.db.models.db2.luw.BufferPoolType

Packages that use BufferPoolType
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.impl   
 

Uses of BufferPoolType in com.ibm.db.models.db2.luw
 

Fields in com.ibm.db.models.db2.luw declared as BufferPoolType
static BufferPoolType BufferPoolType.DEFERRED_LITERAL
          The 'DEFERRED' literal object.
static BufferPoolType BufferPoolType.IMMEDIATE_LITERAL
          The 'IMMEDIATE' literal object.
 

Methods in com.ibm.db.models.db2.luw that return BufferPoolType
static BufferPoolType BufferPoolType.get(int value)
          Returns the 'Buffer Pool Type' literal with the specified integer value.
static BufferPoolType BufferPoolType.get(java.lang.String literal)
          Returns the 'Buffer Pool Type' literal with the specified literal value.
static BufferPoolType BufferPoolType.getByName(java.lang.String name)
          Returns the 'Buffer Pool Type' literal with the specified name.
 BufferPoolType LUWBufferPool.getCreateType()
          Returns the value of the 'Create Type' attribute.
 

Methods in com.ibm.db.models.db2.luw with parameters of type BufferPoolType
 void LUWBufferPool.setCreateType(BufferPoolType value)
          Sets the value of the 'Create Type' attribute.
 

Uses of BufferPoolType in com.ibm.db.models.db2.luw.impl
 

Methods in com.ibm.db.models.db2.luw.impl that return BufferPoolType
 BufferPoolType LUWFactoryImpl.createBufferPoolTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 BufferPoolType LUWBufferPoolImpl.getCreateType()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type BufferPoolType
 void LUWBufferPoolImpl.setCreateType(BufferPoolType newCreateType)