org.eclipse.datatools.modelbase.sql.routines
Interface Method

All Superinterfaces:
Function, Routine, SQLObject
All Known Implementing Classes:
MethodImpl

public interface Method
extends Function

A representation of the model object 'Method'. Reference: 5WD-02-Foundation-2002-12 4.27 SQL-invoked routines

The following features are supported:

See Also:
SQLRoutinesPackage.getMethod()

Method Summary
 boolean isConstructor()
          Returns the value of the 'Constructor' attribute.
 boolean isOverriding()
          Returns the value of the 'Overriding' attribute.
 void setConstructor(boolean value)
          Sets the value of the 'Constructor' attribute.
 void setOverriding(boolean value)
          Sets the value of the 'Overriding' 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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

isOverriding

public boolean isOverriding()
Returns the value of the 'Overriding' attribute.

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

Returns:
the value of the 'Overriding' attribute.
See Also:
setOverriding(boolean), SQLRoutinesPackage.getMethod_Overriding()

setOverriding

public void setOverriding(boolean value)
Sets the value of the 'Overriding' attribute.

Parameters:
value - the new value of the 'Overriding' attribute.
See Also:
isOverriding()

isConstructor

public boolean isConstructor()
Returns the value of the 'Constructor' attribute.

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

Returns:
the value of the 'Constructor' attribute.
See Also:
setConstructor(boolean), SQLRoutinesPackage.getMethod_Constructor()

setConstructor

public void setConstructor(boolean value)
Sets the value of the 'Constructor' attribute.

Parameters:
value - the new value of the 'Constructor' attribute.
See Also:
isConstructor()


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.