org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
Interface SybaseASABaseFunction

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, Function, org.eclipse.emf.common.notify.Notifier, Routine, SQLObject, SybaseAuthorizedObject, SybaseRoutine, UserDefinedFunction
All Known Implementing Classes:
SybaseASABaseFunctionImpl, SybaseASACatalogBaseUserDefinedFunction

public interface SybaseASABaseFunction
extends UserDefinedFunction, SybaseRoutine

A representation of the model object 'Sybase ASA Base Function'.

The following features are supported:

See Also:
SybaseasabasesqlmodelPackage.getSybaseASABaseFunction()

Method Summary
 boolean isOnExceptionResume()
          Returns the value of the 'On Exception Resume' attribute.
 void setOnExceptionResume(boolean value)
          Sets the value of the 'On Exception Resume' attribute.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Function
getReturnCast, getReturnScalar, getReturnTable, getTransformGroup, isMutator, isNullCall, isStatic, isTypePreserving, setMutator, setNullCall, setReturnCast, setReturnScalar, setReturnTable, setStatic, setTransformGroup, setTypePreserving
 
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, 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
 

Method Detail

isOnExceptionResume

boolean isOnExceptionResume()
Returns the value of the 'On Exception Resume' attribute.

If the meaning of the 'On Exception Resume' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'On Exception Resume' attribute.
See Also:
setOnExceptionResume(boolean), SybaseasabasesqlmodelPackage.getSybaseASABaseFunction_OnExceptionResume()

setOnExceptionResume

void setOnExceptionResume(boolean value)
Sets the value of the 'On Exception Resume' attribute.

Parameters:
value - the new value of the 'On Exception Resume' attribute.
See Also:
isOnExceptionResume()