Uses of Class
org.eclipse.wst.rdb.internal.models.dbdefinition.ProcedureType

Packages that use ProcedureType
org.eclipse.wst.rdb.internal.models.dbdefinition   
 

Uses of ProcedureType in org.eclipse.wst.rdb.internal.models.dbdefinition
 

Fields in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.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.