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

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

public interface BuiltInFunction
extends Function

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

See Also:
SQLRoutinesPackage.getBuiltInFunction()

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
 



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