Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

OraclePlugIn


Inherits from:
JDBCPlugIn : Object
Package:
com.webobjects.jdbcadaptor


Class Description


Documentation for this class is forthcoming.




Method Types


All methods
OraclePlugIn
createSynchronizationFactory
databaseProductName
defaultDriverName
defaultExpressionClass
fetchBLOB
fetchCLOB
newPrimaryKeys
schemaNameForEntity
sqlStatementForGettingTableNames
updateLOBs
wildcardPatternForAttributes


Constructors



OraclePlugIn

public OraclePlugIn(JDBCAdaptor aJDBCAdaptor)

Description forthcoming.


Instance Methods



createSynchronizationFactory

protected com.webobjects.eoaccess.EOSynchronizationFactory createSynchronizationFactory()

Description forthcoming.

databaseProductName

public String databaseProductName()

Description forthcoming.

defaultDriverName

public String defaultDriverName()

Description forthcoming.

defaultExpressionClass

public Class defaultExpressionClass()

Description forthcoming.

fetchBLOB

protected Object fetchBLOB( java.sql.ResultSet aResultSet, int column, com.webobjects.eoaccess.EOAttribute anEOAttribute, boolean materialize)

Description forthcoming.

fetchCLOB

protected Object fetchCLOB( java.sql.ResultSet aResultSet, int column, com.webobjects.eoaccess.EOAttribute anEOAttribute, boolean materialize)

Description forthcoming.

newPrimaryKeys

protected NSDictionary newPrimaryKeys( int count com.webobjects.eoaccess.EOEntity anEOEntity, JDBCChannel aJDBCChannel)

Description forthcoming.

schemaNameForEntity

protected String schemaNameForEntity(com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

sqlStatementForGettingTableNames

protected String sqlStatementForGettingTableNames()

Description forthcoming.

updateLOBs

protected void updateLOBs( JDBCChannel aJDBCChannel, JDBCExpression aJDBCExpression, NSDictionary row, com.webobjects.eoaccess.EOEntity anEOEntity)

Description forthcoming.

wildcardPatternForAttributes

protected String wildcardPatternForAttributes()

Description forthcoming.

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


Table of Contents