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

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

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

Fields in com.ibm.db.models.db2.luw declared as PartitionMethod
static PartitionMethod PartitionMethod.HASHING_LITERAL
          The 'HASHING' literal object.
static PartitionMethod PartitionMethod.TABLE_REPLICATED_LITERAL
          The 'TABLE REPLICATED' literal object.
 

Methods in com.ibm.db.models.db2.luw that return PartitionMethod
static PartitionMethod PartitionMethod.get(int value)
          Returns the 'Partition Method' literal with the specified integer value.
static PartitionMethod PartitionMethod.get(java.lang.String literal)
          Returns the 'Partition Method' literal with the specified literal value.
static PartitionMethod PartitionMethod.getByName(java.lang.String name)
          Returns the 'Partition Method' literal with the specified name.
 PartitionMethod LUWPartitionKey.getPartitionMethod()
          Returns the value of the 'Partition Method' attribute.
 

Methods in com.ibm.db.models.db2.luw with parameters of type PartitionMethod
 void LUWPartitionKey.setPartitionMethod(PartitionMethod value)
          Sets the value of the 'Partition Method' attribute.
 

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

Methods in com.ibm.db.models.db2.luw.impl that return PartitionMethod
 PartitionMethod LUWFactoryImpl.createPartitionMethodFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 PartitionMethod LUWPartitionKeyImpl.getPartitionMethod()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type PartitionMethod
 void LUWPartitionKeyImpl.setPartitionMethod(PartitionMethod newPartitionMethod)