Package org.firebirdsql.gds.impl
Interface GDSFactoryPlugin
- All Known Implementing Classes:
BaseGDSFactoryPlugin,EmbeddedGDSFactoryPlugin,LocalGDSFactoryPlugin,NativeGDSFactoryPlugin,OOGDSFactoryPlugin,WireGDSFactoryPlugin
public interface GDSFactoryPlugin
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>getDatabasePath(String jdbcUrl) getDatabasePath(String server, Integer port, String path) String[]String[]
-
Method Details
-
getPluginName
String getPluginName() -
getTypeName
String getTypeName() -
getTypeAliases
String[] getTypeAliases() -
getConnectionClass
Class<?> getConnectionClass() -
getDefaultProtocol
String getDefaultProtocol() -
getSupportedProtocols
String[] getSupportedProtocols() -
getDatabaseFactory
FbDatabaseFactory getDatabaseFactory() -
getDatabasePath
- Throws:
GDSException
-
getDatabasePath
- Throws:
GDSException
-