|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcedureType | |
org.eclipse.datatools.modelbase.dbdefinition |
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 name)
Returns the 'Procedure Type' literal with the specified name. |
static ProcedureType |
ProcedureType.get(int value)
Returns the 'Procedure Type' literal with the specified value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |