com.webobjects.jdbcadaptor
Class FrontBasePlugIn
java.lang.Object
com.webobjects.jdbcadaptor.JDBCPlugIn
com.webobjects.jdbcadaptor._FrontBasePlugIn
com.webobjects.jdbcadaptor.FrontBasePlugIn
public class FrontBasePlugIn
- extends _FrontBasePlugIn
5.4 declares the same class name for the FrontBasePlugIn. If your classpath isn't exactly right, they'll win,
so we pushed the real code into _FrontbasePlugIn and we set a custom principal class that registers the _variant
that is "guaranteed" to not have collisions as the plugin for the "frontbase" subprotocol.
- Author:
- mschrag
| Fields inherited from class com.webobjects.jdbcadaptor._FrontBasePlugIn |
FB_Bit, FB_BLOB, FB_Boolean, FB_Character, FB_CLOB, FB_Date, FB_DayTime, FB_Decimal, FB_Double, FB_Float, FB_Integer, FB_LongInteger, FB_Numeric, FB_Real, FB_SmallInteger, FB_Time, FB_Timestamp, FB_TimestampTZ, FB_TimeTZ, FB_TinyInteger, FB_VBit, FB_VCharacter, FB_YearMonth |
| Methods inherited from class com.webobjects.jdbcadaptor._FrontBasePlugIn |
canDescribeStoredProcedure, connectionPropertiesForConnectionDictionary, createSynchronizationFactory, databaseProductName, defaultDriverName, defaultExpressionClass, fetchBLOB, fetchCLOB, getPlugInVersion, internalTypeForExternal, jdbcInfo, name, newPrimaryKeys, notNullConstraintName, notNullConstraintName, quoteTableName, schemaNameForEntity, shouldUseBundledJdbcInfo, storedProcedureSchemaPattern, updateLOBs, wildcardPatternForSchema |
| Methods inherited from class com.webobjects.jdbcadaptor.JDBCPlugIn |
_attributeForPath, _couldIgnoreException, _relationshipForPath, _takeValueForKeyPath, adaptor, assignTypeForAttribute, connectionURL, createAttributeForRow, createExpressionFactory, createSchemaSynchronizationFactory, databaseInformation, expressionFactory, isDroppedConnectionException, isPseudoColumnName, jdbcTypeForUnknownExternalType, newPrimaryKeySelectString, plugInNameForURL, plugInValueForValue, primaryKeyLockString, primaryKeyTableCreateString, primaryKeyTableName, removePlugInNameForSubprotocol, schemaSynchronizationFactory, setPlugInNameForSubprotocol, sqlStatementForGettingProcedureNames, sqlStatementForGettingTableNames, sqlStatementForTableNamed, storedProcedureCatalogPattern, storedProcedureNamed, synchronizationFactory, tableTypes, wildcardPatternForAttributes, wildcardPatternForTables |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrontBasePlugIn
public FrontBasePlugIn(JDBCAdaptor jdbcadaptor)
Copyright © 2002 – 2011 Project Wonder.