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