com.webobjects.jdbcadaptor
Class MerantPlugIn
java.lang.Object
com.webobjects.jdbcadaptor.JDBCPlugIn
com.webobjects.jdbcadaptor.MicrosoftPlugIn
com.webobjects.jdbcadaptor.MerantPlugIn
- public class MerantPlugIn
- extends MicrosoftPlugIn
Methods inherited from class com.webobjects.jdbcadaptor.JDBCPlugIn |
adaptor, assignTypeForAttribute, canDescribeStoredProcedure, connectionPropertiesForConnectionDictionary, createAttributeForRow, createExpressionFactory, databaseInformation, expressionFactory, fetchBLOB, fetchCLOB, isPseudoColumnName, jdbcTypeForUnknownExternalType, newPrimaryKeys, plugInNameForURL, plugInValueForValue, primaryKeyLockString, primaryKeyTableName, removePlugInNameForSubprotocol, schemaNameForEntity, setPlugInNameForSubprotocol, sqlStatementForGettingProcedureNames, sqlStatementForGettingTableNames, sqlStatementForTableNamed, storedProcedureCatalogPattern, storedProcedureNamed, storedProcedureSchemaPattern, synchronizationFactory, tableTypes, updateLOBs, wildcardPatternForAttributes, wildcardPatternForSchema, wildcardPatternForTables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MerantPlugIn
public MerantPlugIn(JDBCAdaptor adaptor)
createSynchronizationFactory
public EOSynchronizationFactory createSynchronizationFactory()
- Description copied from class:
JDBCPlugIn
- Creates a new EOSynchronizationFactory using the plugin's
response to
adaptor()
. The default
EOSynchronizationFactory supports only basic SQL table
generation. Subclasses need to override this method to support
schema synchronization.
- Overrides:
createSynchronizationFactory
in class MicrosoftPlugIn
databaseProductName
public String databaseProductName()
- Description copied from class:
JDBCPlugIn
- Returns a string identifying the database. Subclasses should override.
- Overrides:
databaseProductName
in class MicrosoftPlugIn
defaultDriverName
public String defaultDriverName()
- Description copied from class:
JDBCPlugIn
- Returns a fully qualified name of the JDBC driver class that
this plugin prefers to use. The adaptor will attempt to load
this class when making a connection. Subclasses should
override.
- Overrides:
defaultDriverName
in class MicrosoftPlugIn
defaultExpressionClass
public Class defaultExpressionClass()
- Description copied from class:
JDBCPlugIn
- Returns the Java Class to use as the expression class. The
default is JDBCExpression. Subclasses will typically override
to use their own subclass of JDBCExpression.
- Overrides:
defaultExpressionClass
in class MicrosoftPlugIn
Copyright © 2004 Apple Computer, Inc.