Class BaseGDSFactoryPlugin

java.lang.Object
org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
All Implemented Interfaces:
GDSFactoryPlugin
Direct Known Subclasses:
EmbeddedGDSFactoryPlugin, LocalGDSFactoryPlugin, NativeGDSFactoryPlugin, OOGDSFactoryPlugin, WireGDSFactoryPlugin

public abstract class BaseGDSFactoryPlugin extends Object implements GDSFactoryPlugin
Base class for GDSFactoryPlugin implementations.

Handles commonalities across existing implementations.

Since:
3.0
Author:
Mark Rotteveel