public class ERXForwardingAdaptorChannel extends EOAdaptorChannel
EOAdaptorChannel.Delegate
_context, _debug, _delegate, _delegateRespondsTo_didChangeResultSet, _delegateRespondsTo_didEvaluateExpression, _delegateRespondsTo_didExecuteStoredProcedure, _delegateRespondsTo_didFetchRow, _delegateRespondsTo_didFinishFetching, _delegateRespondsTo_didPerformOperations, _delegateRespondsTo_didSelectAttributes, _delegateRespondsTo_shouldConstructStoredProcedureReturnValues, _delegateRespondsTo_shouldEvaluateExpression, _delegateRespondsTo_shouldExecuteStoredProcedure, _delegateRespondsTo_shouldReturnValuesForStoredProcedure, _delegateRespondsTo_shouldSelectAttributes, _delegateRespondsTo_willFetchRow, _delegateRespondsTo_willPerformOperations, _rawAttributesCache, _rawDictionaryInitializer, AdaptorFailureKey, AdaptorOperationsKey, AdaptorOptimisticLockingFailure, FailedAdaptorOperationKey
Constructor and Description |
---|
ERXForwardingAdaptorChannel(EOAdaptorContext context,
EOAdaptorChannel channel) |
_raiseOptimisticLockingExceptionWithReason, _setRawDictionaryInitializerForAttributes
public ERXForwardingAdaptorChannel(EOAdaptorContext context, EOAdaptorChannel channel)
public EOAdaptorChannel forwardedChannel()
public boolean isOpen()
isOpen
in class EOAdaptorChannel
public void openChannel()
openChannel
in class EOAdaptorChannel
public void closeChannel()
closeChannel
in class EOAdaptorChannel
public EOAdaptorContext originalAdaptorContext()
public EOAdaptorContext adaptorContext()
adaptorContext
in class EOAdaptorChannel
public void insertRow(NSDictionary row, EOEntity entity)
insertRow
in class EOAdaptorChannel
public void updateValuesInRowDescribedByQualifier(NSDictionary row, EOQualifier qualifier, EOEntity entity)
updateValuesInRowDescribedByQualifier
in class EOAdaptorChannel
public int updateValuesInRowsDescribedByQualifier(NSDictionary row, EOQualifier qualifier, EOEntity entity)
updateValuesInRowsDescribedByQualifier
in class EOAdaptorChannel
public void deleteRowDescribedByQualifier(EOQualifier qualifier, EOEntity entity)
deleteRowDescribedByQualifier
in class EOAdaptorChannel
public int deleteRowsDescribedByQualifier(EOQualifier qualifier, EOEntity entity)
deleteRowsDescribedByQualifier
in class EOAdaptorChannel
public void selectAttributes(NSArray attributes, EOFetchSpecification fetchSpecification, boolean yn, EOEntity entity)
selectAttributes
in class EOAdaptorChannel
public void lockRowComparingAttributes(NSArray atts, EOEntity entity, EOQualifier qualifier, NSDictionary snapshot)
lockRowComparingAttributes
in class EOAdaptorChannel
public void evaluateExpression(EOSQLExpression expression)
evaluateExpression
in class EOAdaptorChannel
public boolean isFetchInProgress()
isFetchInProgress
in class EOAdaptorChannel
public NSArray describeResults()
describeResults
in class EOAdaptorChannel
public NSMutableDictionary fetchRow()
fetchRow
in class EOAdaptorChannel
public void setAttributesToFetch(NSArray attributes)
setAttributesToFetch
in class EOAdaptorChannel
public NSArray attributesToFetch()
attributesToFetch
in class EOAdaptorChannel
public void cancelFetch()
cancelFetch
in class EOAdaptorChannel
public NSDictionary primaryKeyForNewRowWithEntity(EOEntity entity)
primaryKeyForNewRowWithEntity
in class EOAdaptorChannel
public NSArray primaryKeysForNewRowsWithEntity(int count, EOEntity entity)
primaryKeysForNewRowsWithEntity
in class EOAdaptorChannel
public NSArray describeStoredProcedureNames()
describeStoredProcedureNames
in class EOAdaptorChannel
public void addStoredProceduresNamed(NSArray storedProcedureNames, EOModel model)
addStoredProceduresNamed
in class EOAdaptorChannel
public NSArray describeTableNames()
describeTableNames
in class EOAdaptorChannel
public EOModel describeModelWithTableNames(NSArray tableNames)
describeModelWithTableNames
in class EOAdaptorChannel
public Object delegate()
delegate
in class EOAdaptorChannel
public void setDelegate(Object delegate)
setDelegate
in class EOAdaptorChannel
public NSMutableDictionary dictionaryWithObjectsForAttributes(Object[] objects, NSArray attributes)
dictionaryWithObjectsForAttributes
in class EOAdaptorChannel
public void executeStoredProcedure(EOStoredProcedure storedProcedure, NSDictionary values)
executeStoredProcedure
in class EOAdaptorChannel
public NSDictionary returnValuesForLastStoredProcedureInvocation()
returnValuesForLastStoredProcedureInvocation
in class EOAdaptorChannel
public void performAdaptorOperation(EOAdaptorOperation adaptorOp)
performAdaptorOperation
in class EOAdaptorChannel
public void performAdaptorOperations(NSArray adaptorOps)
performAdaptorOperations
in class EOAdaptorChannel
Copyright © 2002 – 2024 Project Wonder.