Project Wonder 5.0

com.webobjects.jdbcadaptor
Class FrontBasePlugIn

java.lang.Object
  extended by com.webobjects.jdbcadaptor.JDBCPlugIn
      extended by com.webobjects.jdbcadaptor._FrontBasePlugIn
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.webobjects.jdbcadaptor._FrontBasePlugIn
_FrontBasePlugIn.FrontbaseExpression, _FrontBasePlugIn.FrontbaseSynchronizationFactory
 
Field Summary
 
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
 
Fields inherited from class com.webobjects.jdbcadaptor.JDBCPlugIn
_adaptor, _expressionClass, _expressionFactory, _pkTableName, _subprotocolRegistry, _syncFactory, DefaultPlugInClassName, DefaultPlugInSuffix
 
Constructor Summary
FrontBasePlugIn(com.webobjects.jdbcadaptor.JDBCAdaptor jdbcadaptor)
           
 
Method Summary
 
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, databaseInformation, expressionFactory, isPseudoColumnName, jdbcTypeForUnknownExternalType, newPrimaryKeySelectString, plugInNameForURL, plugInValueForValue, primaryKeyLockString, primaryKeyTableName, removePlugInNameForSubprotocol, 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
 

Constructor Detail

FrontBasePlugIn

public FrontBasePlugIn(com.webobjects.jdbcadaptor.JDBCAdaptor jdbcadaptor)

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.