er.fsadaptor
Class FSAdaptorChannel
java.lang.Object
com.webobjects.eoaccess.EOAdaptorChannel
er.fsadaptor.FSAdaptorChannel
public final class FSAdaptorChannel
- extends EOAdaptorChannel
|
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 |
| 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 |
debug
public static boolean debug
FSAdaptorChannel
public FSAdaptorChannel(EOAdaptorContext aContext)
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
Copyright © 2002 – 2007 Project Wonder.