PATH |
OraclePlugIn.OracleSynchronizationFactory
Inherits from: com.webobjects.eoaccess.EOSynchronizationFactory : Object
Implements: EOSchemaGeneration, EOSchemaSynchronization
Package: com.webobjects.jdbcadaptor
Class Description
Documentation for this class is forthcoming.
Interfaces Implemented
EOSynchronizationFactory createDatabaseStatementsForConnectionDictionary dropDatabaseStatementsForConnectionDictionary dropTableStatementsForEntityGroup appendExpressionToScript primaryKeySupportStatementsForEntityGroup supportsSchemaSynchronization EOSchemaGeneration
Method Types
All methods OraclePlugIn.OracleSynchronizationFactory
Constructors
OraclePlugIn.OracleSynchronizationFactory
public OraclePlugIn.OracleSynchronizationFactory( com.webobjects.eoaccess.EOAdaptor anEOAdaptor)
Description forthcoming.
Instance Methods
appendExpressionToScript
public void appendExpressionToScript( com.webobjects.eoaccess.EOSQLExpression anEOSQLExpression, StringBuffer script)
See the method description in the documentation for EOSynchronizationFactory.
createDatabaseStatementsForConnectionDictionary
public NSArray createDatabaseStatementsForConnectionDictionary( NSDictionary connectionDictionary, NSDictionary adminDictionary)
See the method description in the documentation for EOSynchronizationFactory.
dropDatabaseStatementsForConnectionDictionary
public NSArray dropDatabaseStatementsForConnectionDictionary( NSDictionary connectionDictionary, NSDictionary adminDictionary)
See the method description in the documentation for EOSynchronizationFactory.
dropTableStatementsForEntityGroup
public NSArray dropTableStatementsForEntityGroup(NSArray entityGroup)
See the method description in the documentation for EOSynchronizationFactory.
primaryKeySupportStatementsForEntityGroup
public NSArray primaryKeySupportStatementsForEntityGroup(NSArray entityGroup)
See the method description in the documentation for EOSynchronizationFactory.
supportsSchemaSynchronization
public boolean supportsSchemaSynchronization()
See the method description in the documentation for EOSynchronizationFactory.
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)