org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
Class JDBCUserDefinedFunction

java.lang.Object
  extended byENamedElementImpl
      extended byorg.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
          extended byorg.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl
              extended byorg.eclipse.datatools.modelbase.sql.routines.impl.FunctionImpl
                  extended byorg.eclipse.datatools.modelbase.sql.routines.impl.UserDefinedFunctionImpl
                      extended byorg.eclipse.datatools.connectivity.sqm.core.rte.jdbc.JDBCUserDefinedFunction
All Implemented Interfaces:
Function, ICatalogObject, Routine, SQLObject, UserDefinedFunction

public class JDBCUserDefinedFunction
extends UserDefinedFunctionImpl
implements ICatalogObject

See Also:
Serialized Form

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 org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
addEAnnotation, addEAnnotationDetail, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getChar, getChar, getComments, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDate, getDate, getDependencies, getDescription, getDouble, getDouble, getEAnnotation, getEAnnotationDetail, getFloat, getFloat, getInstanceProperties, getInt, getInt, getLabel, getList, getList, getLong, getLong, getPrivileges, getSequence, getSequence, getShort, getShort, getString, getString, getType, isSet, isSet, removeEAnnotationDetail, set, set, setAnnotationDetail, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBoolean, setBoolean, setByte, setByte, setBytes, setBytes, setChar, setChar, setDataObject, setDataObject, setDate, setDate, setDescription, setDouble, setDouble, setFloat, setFloat, setInt, setInt, setLabel, setList, setList, setLong, setLong, setShort, setShort, setString, setString, unset, unset, writeReplace
 
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

JDBCUserDefinedFunction

public JDBCUserDefinedFunction()
Method Detail

refresh

public void refresh()
Specified by:
refresh in interface ICatalogObject

getConnection

public java.sql.Connection getConnection()
Specified by:
getConnection in interface ICatalogObject

getCatalogDatabase

public Database getCatalogDatabase()
Specified by:
getCatalogDatabase in interface ICatalogObject

getParameters

public EList getParameters()
Description copied from interface: Routine
Returns the value of the 'Parameters' containment reference list. The list contents are of type 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...

Specified by:
getParameters in interface Routine
Overrides:
getParameters in class RoutineImpl

getReturnScalar

public Parameter getReturnScalar()
Description copied from interface: Function
Returns the value of the 'Return Scalar' containment reference.

If the meaning of the 'Return Scalar' containment reference isn't clear, there really should be more of a description here...

Specified by:
getReturnScalar in interface Function
Overrides:
getReturnScalar in class FunctionImpl

getReturnTable

public RoutineResultTable getReturnTable()
Description copied from interface: Function
Returns the value of the 'Return Table' containment reference.

If the meaning of the 'Return Table' containment reference isn't clear, there really should be more of a description here...

Specified by:
getReturnTable in interface Function
Overrides:
getReturnTable in class FunctionImpl

eIsSet

public boolean eIsSet(EStructuralFeature eFeature)
Overrides:
eIsSet in class FunctionImpl


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