| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLRoutinesFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SQLRoutinesPackage| Field Summary | |
|---|---|
| static SQLRoutinesFactory | eINSTANCEThe singleton instance of the factory. | 
| Method Summary | |
|---|---|
|  BuiltInFunction | createBuiltInFunction()Returns a new object of class 'Built In Function'. | 
|  Function | createFunction()Returns a new object of class 'Function'. | 
|  Method | createMethod()Returns a new object of class 'Method'. | 
|  Parameter | createParameter()Returns a new object of class 'Parameter'. | 
|  Procedure | createProcedure()Returns a new object of class 'Procedure'. | 
|  RoutineResultTable | createRoutineResultTable()Returns a new object of class 'Routine Result Table'. | 
|  Source | createSource()Returns a new object of class 'Source'. | 
|  UserDefinedFunction | createUserDefinedFunction()Returns a new object of class 'User Defined Function'. | 
|  SQLRoutinesPackage | getSQLRoutinesPackage()Returns the package supported by this factory. | 
| Methods inherited from interface org.eclipse.emf.ecore.EFactory | 
|---|
| convertToString, create, createFromString, getEPackage, setEPackage | 
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement | 
|---|
| getEAnnotation, getEAnnotations | 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
|---|
| eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset | 
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier | 
|---|
| eAdapters, eDeliver, eNotify, eSetDeliver | 
| Field Detail | 
|---|
static final SQLRoutinesFactory eINSTANCE
| Method Detail | 
|---|
Source createSource()
Parameter createParameter()
Procedure createProcedure()
Function createFunction()
RoutineResultTable createRoutineResultTable()
Method createMethod()
UserDefinedFunction createUserDefinedFunction()
BuiltInFunction createBuiltInFunction()
SQLRoutinesPackage getSQLRoutinesPackage()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||