PATH |
Inherits from: com.webobjects.eoaccess.EOAdaptorChannel : Object
Package: com.webobjects.jdbcadaptor
Documentation for this class is forthcoming.
All methods JDBCChannel addStoredProceduresNamed attributesToFetch cancelFetch closeChannel deleteRowsDescribedByQualifier describeModelWithTableNames describeResults describeStoredProcedureNames describeTableNames evaluateExpression executeStoredProcedure fetchRow insertRow isFetchInProgress isOpen openChannel primaryKeyForNewRowWithEntity returnValuesForLastStoredProcedureInvocation selectAttributes setAttributesToFetch updateValuesInRowsDescribedByQualifier
public JDBCChannel(JDBCContext aJDBCContext)
public void addStoredProceduresNamed( NSArray storedProcedureNames, com.webobjects.eoaccess.EOModel anEOModel)
public NSArray attributesToFetch()
public void cancelFetch()
public void closeChannel()
public int deleteRowsDescribedByQualifier( com.webobjects.eocontrol.EOQualifier anEOQualifier, com.webobjects.eoaccess.EOEntity anEOEntity)
public com.webobjects.eoaccess.EOModel describeModelWithTableNames(NSArray tableNames)
public NSArray describeResults()
public NSArray describeStoredProcedureNames()
public NSArray describeTableNames()
public void evaluateExpression(com.webobjects.eoaccess.EOSQLExpression anEOSQLExpression)
public void executeStoredProcedure( com.webobjects.eoaccess.EOStoredProcedure anEOStoredProcedure, NSDictionary values)
public NSMutableDictionary fetchRow()
public void insertRow( NSDictionary row, com.webobjects.eoaccess.EOEntity anEOEntity)
public boolean isFetchInProgress()
public boolean isOpen()
public void openChannel()
public NSDictionary primaryKeyForNewRowWithEntity(com.webobjects.eoaccess.EOEntity anEOEntity)
public NSDictionary returnValuesForLastStoredProcedureInvocation()
public void selectAttributes( NSArray attributes, com.webobjects.eocontrol.EOFetchSpecification anEOFetchSpecification, boolean flag, com.webobjects.eoaccess.EOEntity anEOEntity)
public void setAttributesToFetch(NSArray attributes)
public int updateValuesInRowsDescribedByQualifier( NSDictionary row, com.webobjects.eocontrol.EOQualifier anEOQualifier, com.webobjects.eoaccess.EOEntity anEOEntity)
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)