Package org.firebirdsql.gds.impl
Class BaseGDSFactoryPlugin
java.lang.Object
org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- All Implemented Interfaces:
GDSFactoryPlugin
- Direct Known Subclasses:
EmbeddedGDSFactoryPlugin,LocalGDSFactoryPlugin,NativeGDSFactoryPlugin,OOGDSFactoryPlugin,WireGDSFactoryPlugin
Base class for
GDSFactoryPlugin implementations.
Handles commonalities across existing implementations.
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanClass<?>getDatabasePath(String jdbcUrl) final inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.firebirdsql.gds.impl.GDSFactoryPlugin
getDatabaseFactory, getDatabasePath, getPluginName, getSupportedProtocols, getTypeAliases, getTypeName
-
Constructor Details
-
BaseGDSFactoryPlugin
public BaseGDSFactoryPlugin()
-
-
Method Details
-
getConnectionClass
- Specified by:
getConnectionClassin interfaceGDSFactoryPlugin
-
getDefaultProtocol
- Specified by:
getDefaultProtocolin interfaceGDSFactoryPlugin
-
getDatabasePath
- Specified by:
getDatabasePathin interfaceGDSFactoryPlugin- Throws:
GDSException
-
hashCode
public final int hashCode() -
equals
-