|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.jdbcadaptor.JDBCPlugIn
com.webobjects.jdbcadaptor._FrontBasePlugIn
com.webobjects.jdbcadaptor.FrontBasePlugIn
public class 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.
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.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 |
---|
public FrontBasePlugIn(com.webobjects.jdbcadaptor.JDBCAdaptor jdbcadaptor)
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |