|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DB2IndexType | |
---|---|
com.ibm.db.models.db2 | |
com.ibm.db.models.db2.impl |
Uses of DB2IndexType in com.ibm.db.models.db2 |
---|
Fields in com.ibm.db.models.db2 declared as DB2IndexType | |
---|---|
static DB2IndexType |
DB2IndexType.BLOCK_LITERAL
The 'BLOCK' literal object. |
static DB2IndexType |
DB2IndexType.DIMENSION_LITERAL
The 'DIMENSION' literal object. |
static DB2IndexType |
DB2IndexType.REGULAR_LITERAL
The 'REGULAR' literal object. |
static DB2IndexType |
DB2IndexType.XMLCOLUMN_LOGICAL_LITERAL
The 'XMLCOLUMN LOGICAL' literal object. |
static DB2IndexType |
DB2IndexType.XMLCOLUMN_PHYSICAL_LITERAL
The 'XMLCOLUMN PHYSICAL' literal object. |
static DB2IndexType |
DB2IndexType.XMLPATH_LITERAL
The 'XMLPATH' literal object. |
static DB2IndexType |
DB2IndexType.XMLREGION_LITERAL
The 'XMLREGION' literal object. |
Methods in com.ibm.db.models.db2 that return DB2IndexType | |
---|---|
static DB2IndexType |
DB2IndexType.get(int value)
Returns the 'DB2 Index Type' literal with the specified integer value. |
static DB2IndexType |
DB2IndexType.get(java.lang.String literal)
Returns the 'DB2 Index Type' literal with the specified literal value. |
static DB2IndexType |
DB2IndexType.getByName(java.lang.String name)
Returns the 'DB2 Index Type' literal with the specified name. |
DB2IndexType |
DB2Index.getIndexType()
Returns the value of the 'Index Type' attribute. |
Methods in com.ibm.db.models.db2 with parameters of type DB2IndexType | |
---|---|
void |
DB2Index.setIndexType(DB2IndexType value)
Sets the value of the ' Index Type ' attribute. |
Uses of DB2IndexType in com.ibm.db.models.db2.impl |
---|
Methods in com.ibm.db.models.db2.impl that return DB2IndexType | |
---|---|
DB2IndexType |
DB2ModelFactoryImpl.createDB2IndexTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
DB2IndexType |
DB2IndexImpl.getIndexType()
|
Methods in com.ibm.db.models.db2.impl with parameters of type DB2IndexType | |
---|---|
void |
DB2IndexImpl.setIndexType(DB2IndexType newIndexType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |