|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSpaceType | |
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl |
Uses of TableSpaceType in org.eclipse.datatools.modelbase.dbdefinition |
Fields in org.eclipse.datatools.modelbase.dbdefinition declared as TableSpaceType | |
static TableSpaceType |
TableSpaceType.REGULAR_LITERAL
The 'REGULAR' literal object. |
static TableSpaceType |
TableSpaceType.LOB_LITERAL
The 'LOB' literal object. |
static TableSpaceType |
TableSpaceType.SYSTEM_TEMPORARY_LITERAL
The 'SYSTEM TEMPORARY' literal object. |
static TableSpaceType |
TableSpaceType.USER_TEMPORARY_LITERAL
The 'USER TEMPORARY' literal object. |
static TableSpaceType |
TableSpaceType.PERMANENT_LITERAL
The 'PERMANENT' literal object. |
static TableSpaceType |
TableSpaceType.TEMPORARY_LITERAL
The 'TEMPORARY' literal object. |
static TableSpaceType |
TableSpaceType.LONG_LITERAL
The 'LONG' literal object. |
static TableSpaceType |
TableSpaceType.LARGE_LITERAL
The 'LARGE' literal object. |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return TableSpaceType | |
static TableSpaceType |
TableSpaceType.get(java.lang.String literal)
Returns the 'Table Space Type' literal with the specified literal value. |
static TableSpaceType |
TableSpaceType.getByName(java.lang.String name)
Returns the 'Table Space Type' literal with the specified name. |
static TableSpaceType |
TableSpaceType.get(int value)
Returns the 'Table Space Type' literal with the specified integer value. |
Uses of TableSpaceType in org.eclipse.datatools.modelbase.dbdefinition.impl |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return TableSpaceType | |
TableSpaceType |
DatabaseDefinitionFactoryImpl.createTableSpaceTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |