com.webobjects.jdbcadaptor
Class ERDerbyPlugIn
java.lang.Object
com.webobjects.jdbcadaptor.JDBCPlugIn
com.webobjects.jdbcadaptor.ERDerbyPlugIn
- Direct Known Subclasses:
- DerbyPlugIn
public class ERDerbyPlugIn
- extends JDBCPlugIn
| 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 |
ERDerbyPlugIn
public ERDerbyPlugIn(JDBCAdaptor adaptor)
quoteTableName
protected static String quoteTableName(String s)
createSynchronizationFactory
public EOSynchronizationFactory createSynchronizationFactory()
- Overrides:
createSynchronizationFactory in class JDBCPlugIn
databaseProductName
public String databaseProductName()
- Overrides:
databaseProductName in class JDBCPlugIn
defaultDriverName
public String defaultDriverName()
- Overrides:
defaultDriverName in class JDBCPlugIn
defaultExpressionClass
public Class defaultExpressionClass()
- Overrides:
defaultExpressionClass in class JDBCPlugIn
jdbcInfo
public NSDictionary jdbcInfo()
This is usually extracted from the the database using JDBC, but this is
really inconvenient for users who are trying to generate SQL at some. A
specific version of the data has been written into the property list of
the framework and this can be used as a hard-coded equivalent.
- Overrides:
jdbcInfo in class JDBCPlugIn
name
public String name()
- Overrides:
name in class JDBCPlugIn
shouldUseBundledJdbcInfo
protected boolean shouldUseBundledJdbcInfo()
This method returns true if the connection URL for the database has
useBundledJdbcInfo=true on it which indicates to the system
that the jdbcInfo which has been bundled into the plugin is acceptable to
use in place of actually going to the database and getting it.
Copyright © 2002 – 2011 Project Wonder.