|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SybaseASEProcedure
A representation of the model object 'Sybase ASE Procedure'.
The following features are supported:
SybaseasesqlmodelPackage.getSybaseASEProcedure()
Method Summary | |
---|---|
int |
getGroupNumber()
Returns the value of the 'Group Number' attribute. |
TransactionModeType |
getTransactionMode()
Returns the value of the 'Transaction Mode' attribute. |
boolean |
isSystemProcedure()
Returns the value of the 'System Procedure' attribute. |
boolean |
isWithRecompile()
Returns the value of the 'With Recompile' attribute. |
void |
setGroupNumber(int value)
Sets the value of the ' Group Number ' attribute. |
void |
setSystemProcedure(boolean value)
Sets the value of the ' System Procedure ' attribute. |
void |
setTransactionMode(TransactionModeType value)
Sets the value of the ' Transaction Mode ' attribute. |
void |
setWithRecompile(boolean value)
Sets the value of the ' With Recompile ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Procedure |
---|
getMaxResultSets, getResultSet, isOldSavePoint, setMaxResultSets, setOldSavePoint |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Routine |
---|
getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
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 |
Methods inherited from interface org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.SybaseRoutine |
---|
isSystem, parseParameterDefaultValues |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Routine |
---|
getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
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 |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
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 |
Method Detail |
---|
int getGroupNumber()
"-1"
.
If the meaning of the 'Group Number' attribute isn't clear, there really should be more of a description here...
setGroupNumber(int)
,
SybaseasesqlmodelPackage.getSybaseASEProcedure_GroupNumber()
void setGroupNumber(int value)
Group Number
' attribute.
value
- the new value of the 'Group Number' attribute.getGroupNumber()
TransactionModeType getTransactionMode()
TransactionModeType
.
If the meaning of the 'Transaction Mode' attribute isn't clear, there really should be more of a description here...
TransactionModeType
,
setTransactionMode(TransactionModeType)
,
SybaseasesqlmodelPackage.getSybaseASEProcedure_TransactionMode()
void setTransactionMode(TransactionModeType value)
Transaction Mode
' attribute.
value
- the new value of the 'Transaction Mode' attribute.TransactionModeType
,
getTransactionMode()
boolean isSystemProcedure()
If the meaning of the 'System Procedure' attribute isn't clear, there really should be more of a description here...
setSystemProcedure(boolean)
,
SybaseasesqlmodelPackage.getSybaseASEProcedure_SystemProcedure()
void setSystemProcedure(boolean value)
System Procedure
' attribute.
value
- the new value of the 'System Procedure' attribute.isSystemProcedure()
boolean isWithRecompile()
If the meaning of the 'With Recompile' attribute isn't clear, there really should be more of a description here...
setWithRecompile(boolean)
,
SybaseasesqlmodelPackage.getSybaseASEProcedure_WithRecompile()
void setWithRecompile(boolean value)
With Recompile
' attribute.
value
- the new value of the 'With Recompile' attribute.isWithRecompile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |