| 
WebObjects 5.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EOStoredProcedure | |
| com.webobjects.eoaccess | |
| com.webobjects.jdbcadaptor | |
| com.webobjects.jndiadaptor | Provides an implementation of an Enterprise Objects Frameworks (EOF) adaptor for JNDI data sources. | 
| Uses of EOStoredProcedure in com.webobjects.eoaccess | 
| Methods in com.webobjects.eoaccess that return EOStoredProcedure | |
 EOStoredProcedure | 
EOAdaptorOperation.storedProcedure()
Returns the receiver's stored procedure.  | 
 EOStoredProcedure | 
EOEntity.storedProcedureForOperation(String operation)
Returns the stored procedure identified by the name operation,
 if one has been set. | 
 EOStoredProcedure | 
EOModelGroup.storedProcedureNamed(String name)
Searches each of the EOModels in the receiver for the stored procedure specified by name, and returns the stored procedure, if 
 found, or null if unable to find the specified stored 
 procedure. | 
 EOStoredProcedure | 
EOAttribute.storedProcedure()
Returns the stored procedure for which this attribute is an argument.  | 
 EOStoredProcedure | 
EOModel.storedProcedureNamed(String name)
Returns the stored procedure named name, or 
 null if the receiver doesn't contain a stored procedure 
 with the given name. | 
| Methods in com.webobjects.eoaccess with parameters of type EOStoredProcedure | |
 void | 
EOAdaptorOperation.setStoredProcedure(EOStoredProcedure storedProcedure)
Sets the receiver's stored procedure.  | 
 void | 
EOEntity.setStoredProcedure(EOStoredProcedure storedProcedure,
                   String operation)
Sets storedProcedure as a stored procedure for the receiver
 and associates with it the name operation, which must be one 
 of the following:FetchAllProcedureOperation
    FetchWithPrimaryKeyProcedureOperation
    InsertProcedureOperation
    DeleteProcedureOperation
    NextPrimaryKeyProcedureOperation
 
 This information is used when changes from the object
 graph have been transformed into EODatabaseOperations
 that are being used to construct EOAdaptorOperations. | 
abstract  void | 
EOAdaptorChannel.executeStoredProcedure(EOStoredProcedure storedProcedure,
                       NSDictionary values)
An abstract method that should be implemented by subclasses to execute storedProcedure. | 
 void | 
EOAdaptorChannel.Delegate.adaptorChannelDidExecuteStoredProcedure(Object object,
                                        EOStoredProcedure storedProcedure,
                                        NSDictionary values)
Invoked from executeStoredProcedure after 
 storedProcedure is executed successfully
 with the arguments in values. | 
 NSDictionary | 
EOAdaptorChannel.Delegate.adaptorChannelShouldExecuteStoredProcedure(Object object,
                                           EOStoredProcedure storedProcedure,
                                           NSDictionary values)
Invoked from executeStoredProcedure to tell the 
 delegate that the adaptor channel object is 
 executing storedProcedure with the arguments in
 values. | 
 void | 
EOModel.addStoredProcedure(EOStoredProcedure storedProcedure)
Adds storedProcedure to the receiver. | 
 void | 
EOModel.removeStoredProcedure(EOStoredProcedure storedProcedure)
Removes storedProcedure from the receiver without 
 checking whether any entity  uses it. | 
| Uses of EOStoredProcedure in com.webobjects.jdbcadaptor | 
| Methods in com.webobjects.jdbcadaptor that return EOStoredProcedure | |
 EOStoredProcedure | 
JDBCPlugIn.storedProcedureNamed(String spName,
                     JDBCChannel channel,
                     NSDictionary jdbcTypeDictionary)
Deprecated.  | 
| Methods in com.webobjects.jdbcadaptor with parameters of type EOStoredProcedure | |
 void | 
JDBCChannel.executeStoredProcedure(EOStoredProcedure storedProcedure,
                       NSDictionary values)
 | 
| Uses of EOStoredProcedure in com.webobjects.jndiadaptor | 
| Methods in com.webobjects.jndiadaptor with parameters of type EOStoredProcedure | |
 void | 
JNDIChannel.executeStoredProcedure(EOStoredProcedure storedProcedure,
                       NSDictionary values)
 | 
  | 
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||