|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallableStatement
A representation of the model object 'Callable Statement'.
The following features are supported:
DomPackage.getCallableStatement()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<CallInputParameter> |
getInParameter()
Returns the value of the 'In Parameter' containment reference list. |
String |
getName()
Returns the value of the 'Name' attribute. |
org.eclipse.emf.common.util.EList<CallOutputParameter> |
getOutParameter()
Returns the value of the 'Out Parameter' containment reference list. |
boolean |
isFunctionCall()
Returns the value of the 'Function Call' attribute. |
void |
setFunctionCall(boolean value)
Sets the value of the ' Function Call' attribute. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
boolean isFunctionCall()
If the meaning of the 'Function Call' attribute isn't clear, there really should be more of a description here...
setFunctionCall(boolean),
DomPackage.getCallableStatement_FunctionCall()void setFunctionCall(boolean value)
Function Call' attribute.
value - the new value of the 'Function Call' attribute.isFunctionCall()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DomPackage.getCallableStatement_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<CallInputParameter> getInParameter()
CallInputParameter.
If the meaning of the 'In Parameter' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getCallableStatement_InParameter()org.eclipse.emf.common.util.EList<CallOutputParameter> getOutParameter()
CallOutputParameter.
If the meaning of the 'Out Parameter' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getCallableStatement_OutParameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||