Project Wonder 5.0.0.8794

er.fsadaptor
Class FSAdaptorChannel

java.lang.Object
  extended by com.webobjects.eoaccess.EOAdaptorChannel
      extended by er.fsadaptor.FSAdaptorChannel

public final class FSAdaptorChannel
extends EOAdaptorChannel


Nested Class Summary
 
Nested classes/interfaces inherited from class com.webobjects.eoaccess.EOAdaptorChannel
EOAdaptorChannel.Delegate
 
Field Summary
static boolean debug
           
 
Fields inherited from class com.webobjects.eoaccess.EOAdaptorChannel
_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 Summary
FSAdaptorChannel(EOAdaptorContext aContext)
           
 
Method Summary
 NSArray attributesToFetch()
           
 void cancelFetch()
           
 void closeChannel()
           
 int deleteRowsDescribedByQualifier(EOQualifier aQualifier, EOEntity anEntity)
           
 EOModel describeModelWithTableNames(NSArray anArray)
           
 NSArray describeResults()
           
 NSArray describeTableNames()
           
 void evaluateExpression(EOSQLExpression anExpression)
           
 void executeStoredProcedure(EOStoredProcedure aStoredProcedure, NSDictionary someValues)
           
 NSMutableDictionary fetchRow()
           
 void insertRow(NSDictionary aRow, EOEntity anEntity)
           
 boolean isFetchInProgress()
           
 boolean isOpen()
           
 void openChannel()
           
 NSDictionary returnValuesForLastStoredProcedureInvocation()
           
 String rootDirectory(EOEntity entity)
           
 void selectAttributes(NSArray someAttributes, EOFetchSpecification aFetchSpecification, boolean shouldLock, EOEntity anEntity)
           
 void setAttributesToFetch(NSArray someAttributes)
           
 int updateValuesInRowsDescribedByQualifier(NSDictionary aRow, EOQualifier aQualifier, EOEntity anEntity)
           
 
Methods inherited from class com.webobjects.eoaccess.EOAdaptorChannel
_raiseOptimisticLockingExceptionWithReason, _setRawDictionaryInitializerForAttributes, adaptorContext, addStoredProceduresNamed, delegate, deleteRowDescribedByQualifier, describeStoredProcedureNames, dictionaryWithObjectsForAttributes, lockRowComparingAttributes, performAdaptorOperation, performAdaptorOperations, primaryKeyForNewRowWithEntity, primaryKeysForNewRowsWithEntity, setDelegate, updateValuesInRowDescribedByQualifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

FSAdaptorChannel

public FSAdaptorChannel(EOAdaptorContext aContext)
Method Detail

attributesToFetch

public NSArray attributesToFetch()
Specified by:
attributesToFetch in class EOAdaptorChannel

cancelFetch

public void cancelFetch()
Specified by:
cancelFetch in class EOAdaptorChannel

closeChannel

public void closeChannel()
Specified by:
closeChannel in class EOAdaptorChannel

deleteRowsDescribedByQualifier

public int deleteRowsDescribedByQualifier(EOQualifier aQualifier,
                                          EOEntity anEntity)
Specified by:
deleteRowsDescribedByQualifier in class EOAdaptorChannel

describeResults

public NSArray describeResults()
Specified by:
describeResults in class EOAdaptorChannel

evaluateExpression

public void evaluateExpression(EOSQLExpression anExpression)
Specified by:
evaluateExpression in class EOAdaptorChannel

executeStoredProcedure

public void executeStoredProcedure(EOStoredProcedure aStoredProcedure,
                                   NSDictionary someValues)
Specified by:
executeStoredProcedure in class EOAdaptorChannel

fetchRow

public NSMutableDictionary fetchRow()
Specified by:
fetchRow in class EOAdaptorChannel

insertRow

public void insertRow(NSDictionary aRow,
                      EOEntity anEntity)
Specified by:
insertRow in class EOAdaptorChannel

isFetchInProgress

public boolean isFetchInProgress()
Specified by:
isFetchInProgress in class EOAdaptorChannel

isOpen

public boolean isOpen()
Specified by:
isOpen in class EOAdaptorChannel

openChannel

public void openChannel()
Specified by:
openChannel in class EOAdaptorChannel

returnValuesForLastStoredProcedureInvocation

public NSDictionary returnValuesForLastStoredProcedureInvocation()
Specified by:
returnValuesForLastStoredProcedureInvocation in class EOAdaptorChannel

rootDirectory

public String rootDirectory(EOEntity entity)

selectAttributes

public void selectAttributes(NSArray someAttributes,
                             EOFetchSpecification aFetchSpecification,
                             boolean shouldLock,
                             EOEntity anEntity)
Specified by:
selectAttributes in class EOAdaptorChannel

setAttributesToFetch

public void setAttributesToFetch(NSArray someAttributes)
Specified by:
setAttributesToFetch in class EOAdaptorChannel

updateValuesInRowsDescribedByQualifier

public int updateValuesInRowsDescribedByQualifier(NSDictionary aRow,
                                                  EOQualifier aQualifier,
                                                  EOEntity anEntity)
Specified by:
updateValuesInRowsDescribedByQualifier in class EOAdaptorChannel

describeTableNames

public NSArray describeTableNames()
Overrides:
describeTableNames in class EOAdaptorChannel

describeModelWithTableNames

public EOModel describeModelWithTableNames(NSArray anArray)
Overrides:
describeModelWithTableNames in class EOAdaptorChannel

Last updated: Thu, Jan 8, 2009 • 12:32 PM EST

Copyright © 2002 – 2007 Project Wonder.