|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcedureType | |
org.eclipse.datatools.modelbase.dbdefinition | |
org.eclipse.datatools.modelbase.dbdefinition.impl |
Uses of ProcedureType in org.eclipse.datatools.modelbase.dbdefinition |
Fields in org.eclipse.datatools.modelbase.dbdefinition declared as ProcedureType | |
static ProcedureType |
ProcedureType.PROCEDURE_LITERAL
The 'PROCEDURE' literal object. |
static ProcedureType |
ProcedureType.FUNCTION_LITERAL
The 'FUNCTION' literal object. |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return ProcedureType | |
static ProcedureType |
ProcedureType.get(java.lang.String literal)
Returns the 'Procedure Type' literal with the specified literal value. |
static ProcedureType |
ProcedureType.getByName(java.lang.String name)
Returns the 'Procedure Type' literal with the specified name. |
static ProcedureType |
ProcedureType.get(int value)
Returns the 'Procedure Type' literal with the specified integer value. |
Uses of ProcedureType in org.eclipse.datatools.modelbase.dbdefinition.impl |
Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return ProcedureType | |
ProcedureType |
DatabaseDefinitionFactoryImpl.createProcedureTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |