|
||||||||||
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.FUNCTION_LITERAL
The 'FUNCTION' literal object. |
static ProcedureType |
ProcedureType.PROCEDURE_LITERAL
The 'PROCEDURE' literal object. |
Methods in org.eclipse.datatools.modelbase.dbdefinition that return ProcedureType | |
---|---|
static ProcedureType |
ProcedureType.get(int value)
Returns the 'Procedure Type' literal with the specified integer value. |
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. |
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 |