com.webobjects.jdbcadaptor
Class DerbyPlugIn
java.lang.Object
com.webobjects.jdbcadaptor.JDBCPlugIn
com.webobjects.jdbcadaptor.DerbyPlugIn
public class DerbyPlugIn
- 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 |
DerbyPlugIn
public DerbyPlugIn(JDBCAdaptor adaptor)
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.
- Returns:
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
defaultDriverName
public String defaultDriverName()
- Overrides:
defaultDriverName in class JDBCPlugIn
databaseProductName
public String databaseProductName()
- Overrides:
databaseProductName in class JDBCPlugIn
name
public String name()
- Overrides:
name in class JDBCPlugIn
defaultExpressionClass
public Class defaultExpressionClass()
- Overrides:
defaultExpressionClass in class JDBCPlugIn
createSynchronizationFactory
public EOSynchronizationFactory createSynchronizationFactory()
- Overrides:
createSynchronizationFactory in class JDBCPlugIn
Copyright © 2002 – 2007 Project Wonder.