com.webobjects.jdbcadaptor
Class DerbyPlugIn
java.lang.Object
com.webobjects.jdbcadaptor.JDBCPlugIn
com.webobjects.jdbcadaptor.ERDerbyPlugIn
com.webobjects.jdbcadaptor.DerbyPlugIn
public class DerbyPlugIn
- extends ERDerbyPlugIn
5.4 declares the same class name for the DerbyPlugIn. If your classpath isn't
exactly right, they'll win, so we pushed the real code into ERDerbyPlugIn and
we set a custom principal class that registers the ER variant that is
"guaranteed" to not have collisions as the plugin for the "derby"
subprotocol.
- Author:
- hprange guided by mschrag
| Methods inherited from class com.webobjects.jdbcadaptor.JDBCPlugIn |
_attributeForPath, _couldIgnoreException, _relationshipForPath, _takeValueForKeyPath, adaptor, assignTypeForAttribute, canDescribeStoredProcedure, connectionPropertiesForConnectionDictionary, connectionURL, createAttributeForRow, createExpressionFactory, createSchemaSynchronizationFactory, databaseInformation, expressionFactory, fetchBLOB, fetchCLOB, isDroppedConnectionException, isPseudoColumnName, jdbcTypeForUnknownExternalType, newPrimaryKeys, newPrimaryKeySelectString, plugInNameForURL, plugInValueForValue, primaryKeyLockString, primaryKeyTableCreateString, primaryKeyTableName, removePlugInNameForSubprotocol, schemaNameForEntity, schemaSynchronizationFactory, 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 |
DerbyPlugIn
public DerbyPlugIn(JDBCAdaptor adaptor)
Copyright © 2002 – 2011 Project Wonder.