PATH Documentation > WebObjects

Table of Contents

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)

Description forthcoming.


Instance Methods



addStoredProceduresNamed

public void addStoredProceduresNamed( NSArray storedProcedureNames, com.webobjects.eoaccess.EOModel anEOModel)

Description forthcoming.

attributesToFetch

public NSArray attributesToFetch()

Description forthcoming.

cancelFetch

public void cancelFetch()

Description forthcoming.

closeChannel

public void closeChannel()

Description forthcoming.

deleteRowsDescribedByQualifier

public int deleteRowsDescribedByQualifier( com.webobjects.eocontrol.EOQualifier anEOQualifier, com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

describeModelWithTableNames

public com.webobjects.eoaccess.EOModel describeModelWithTableNames(NSArray tableNames)

Description forthcoming.

describeResults

public NSArray describeResults()

Description forthcoming.

describeStoredProcedureNames

public NSArray describeStoredProcedureNames()

Description forthcoming.

describeTableNames

public NSArray describeTableNames()

Description forthcoming.

evaluateExpression

public void evaluateExpression(com.webobjects.eoaccess.EOSQLExpression anEOSQLExpression)

Description forthcoming.

executeStoredProcedure

public void executeStoredProcedure( com.webobjects.eoaccess.EOStoredProcedure anEOStoredProcedure, NSDictionary values)

Description forthcoming.

fetchRow

public NSMutableDictionary fetchRow()

Description forthcoming.

insertRow

public void insertRow( NSDictionary row, com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

isFetchInProgress

public boolean isFetchInProgress()

Description forthcoming.

isOpen

public boolean isOpen()

Description forthcoming.

openChannel

public void openChannel()

Description forthcoming.

primaryKeyForNewRowWithEntity

public NSDictionary primaryKeyForNewRowWithEntity(com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

returnValuesForLastStoredProcedureInvocation

public NSDictionary returnValuesForLastStoredProcedureInvocation()

Description forthcoming.

selectAttributes

public void selectAttributes( NSArray attributes, com.webobjects.eocontrol.EOFetchSpecification anEOFetchSpecification, boolean flag, com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

setAttributesToFetch

public void setAttributesToFetch(NSArray attributes)

Description forthcoming.

updateValuesInRowsDescribedByQualifier

public int updateValuesInRowsDescribedByQualifier( NSDictionary row, com.webobjects.eocontrol.EOQualifier anEOQualifier, com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents