|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EOStoredProcedure | |
com.webobjects.eoaccess | Provides the data access mechanisms for the Enterprise Objects technology. |
com.webobjects.jdbcadaptor | Provides an implementation of an Enterprise Objects adaptor for JDBC data sources. |
com.webobjects.jndiadaptor | Provides an implementation of an Enterprise Objects Frameworks adaptor for JNDI data sources. |
Uses of EOStoredProcedure in com.webobjects.eoaccess |
Methods in com.webobjects.eoaccess that return EOStoredProcedure | |
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 |
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. |
EOStoredProcedure |
EOEntity.storedProcedureForOperation(String operation)
Returns the stored procedure identified by the name operation ,
if one has been set. |
EOStoredProcedure |
EOAttribute.storedProcedure()
Returns the stored procedure for which this attribute is an argument. |
EOStoredProcedure |
EOAdaptorOperation.storedProcedure()
Returns the receiver's stored procedure. |
Methods in com.webobjects.eoaccess with parameters of type EOStoredProcedure | |
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. |
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. |
void |
EOAdaptorOperation.setStoredProcedure(EOStoredProcedure storedProcedure)
Sets the receiver's stored procedure. |
abstract void |
EOAdaptorChannel.executeStoredProcedure(EOStoredProcedure storedProcedure,
NSDictionary values)
An abstract method that should be implemented by subclasses to execute storedProcedure . |
void |
EOAdaptorChannel.Delegate.adaptorChannelDidExecuteStoredProcedure(EOAdaptorChannel channel,
EOStoredProcedure storedProcedure,
NSDictionary values)
Invoked from executeStoredProcedure after
storedProcedure is executed successfully
with the arguments in values . |
NSDictionary |
EOAdaptorChannel.Delegate.adaptorChannelShouldExecuteStoredProcedure(EOAdaptorChannel channel,
EOStoredProcedure storedProcedure,
NSDictionary values)
Invoked from executeStoredProcedure to tell the
delegate that the adaptor channel object is
executing storedProcedure with the arguments in
values . |
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 dictionary)
|
NSDictionary |
JDBCChannel.generateExecuteStoredProcedureExpression(EOStoredProcedure storedProcedure,
NSDictionary values)
Invoked by executeStoredProcedure to parse the supplied text, usually from an EOModel, and generate a string for the expression and an NSArray of bindings for the values of the stored procedure's parameters. |
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 Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |