|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl
org.eclipse.datatools.modelbase.sql.routines.impl.FunctionImpl
org.eclipse.datatools.modelbase.sql.routines.impl.UserDefinedFunctionImpl
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc.JDBCUserDefinedFunction
Constructor Summary | |
JDBCUserDefinedFunction()
|
Method Summary | |
boolean |
eIsSet(EStructuralFeature eFeature)
|
Database |
getCatalogDatabase()
|
java.sql.Connection |
getConnection()
|
EList |
getParameters()
Returns the value of the 'Parameters' containment reference list. |
Parameter |
getReturnScalar()
Returns the value of the 'Return Scalar' containment reference. |
RoutineResultTable |
getReturnTable()
Returns the value of the 'Return Table' containment reference. |
void |
refresh()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.routines.impl.FunctionImpl |
basicSetReturnCast, basicSetReturnScalar, basicSetReturnTable, eGet, eInverseRemove, eIsSet, eSet, eUnset, getReturnCast, getTransformGroup, isMutator, isNullCall, isStatic, isTypePreserving, setMutator, setNullCall, setReturnCast, setReturnScalar, setReturnTable, setStatic, setTransformGroup, setTypePreserving, toString |
Methods inherited from class org.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl |
basicGetSchema, basicSetSchema, basicSetSource, eInverseAdd, getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Function |
getReturnCast, 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, 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 |
Constructor Detail |
public JDBCUserDefinedFunction()
Method Detail |
public void refresh()
refresh
in interface ICatalogObject
public java.sql.Connection getConnection()
getConnection
in interface ICatalogObject
public Database getCatalogDatabase()
getCatalogDatabase
in interface ICatalogObject
public EList getParameters()
Routine
Parameter
.
It is bidirectional and its opposite is 'Routine
'.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
getParameters
in interface Routine
getParameters
in class RoutineImpl
public Parameter getReturnScalar()
Function
If the meaning of the 'Return Scalar' containment reference isn't clear, there really should be more of a description here...
getReturnScalar
in interface Function
getReturnScalar
in class FunctionImpl
public RoutineResultTable getReturnTable()
Function
If the meaning of the 'Return Table' containment reference isn't clear, there really should be more of a description here...
getReturnTable
in interface Function
getReturnTable
in class FunctionImpl
public boolean eIsSet(EStructuralFeature eFeature)
eIsSet
in class FunctionImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |