PATH |
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)
Instance Methods
createSynchronizationFactory
protected com.webobjects.eoaccess.EOSynchronizationFactory createSynchronizationFactory()
databaseProductName
public String databaseProductName()
defaultDriverName
public String defaultDriverName()
defaultExpressionClass
public Class defaultExpressionClass()
fetchBLOB
protected Object fetchBLOB( java.sql.ResultSet aResultSet, int column, com.webobjects.eoaccess.EOAttribute anEOAttribute, boolean materialize)
fetchCLOB
protected Object fetchCLOB( java.sql.ResultSet aResultSet, int column, com.webobjects.eoaccess.EOAttribute anEOAttribute, boolean materialize)
newPrimaryKeys
protected NSDictionary newPrimaryKeys( int count com.webobjects.eoaccess.EOEntity anEOEntity, JDBCChannel aJDBCChannel)
schemaNameForEntity
protected String schemaNameForEntity(com.webobjects.eoaccess.EOEntity anEOEntity)
sqlStatementForGettingTableNames
protected String sqlStatementForGettingTableNames()
updateLOBs
protected void updateLOBs( JDBCChannel aJDBCChannel, JDBCExpression aJDBCExpression, NSDictionary row, com.webobjects.eoaccess.EOEntity anEOEntity)
wildcardPatternForAttributes
protected String wildcardPatternForAttributes()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)