Package org.firebirdsql.gds.impl.jni
Class EmbeddedGDSFactoryPlugin
- java.lang.Object
- 
- org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- 
- org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
 
- 
- All Implemented Interfaces:
- GDSFactoryPlugin
 
 public class EmbeddedGDSFactoryPlugin extends BaseGDSFactoryPlugin 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringEMBEDDED_TYPE_NAME
 - 
Constructor SummaryConstructors Constructor Description EmbeddedGDSFactoryPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FbEmbeddedDatabaseFactorygetDatabaseFactory()java.lang.StringgetDatabasePath(java.lang.String server, java.lang.Integer port, java.lang.String path)java.lang.StringgetPluginName()java.lang.String[]getSupportedProtocols()java.lang.String[]getTypeAliases()java.lang.StringgetTypeName()- 
Methods inherited from class org.firebirdsql.gds.impl.BaseGDSFactoryPluginequals, getConnectionClass, getDatabasePath, getDefaultProtocol, hashCode
 
- 
 
- 
- 
- 
Field Detail- 
EMBEDDED_TYPE_NAMEpublic static final java.lang.String EMBEDDED_TYPE_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getPluginNamepublic java.lang.String getPluginName() 
 - 
getTypeNamepublic java.lang.String getTypeName() 
 - 
getTypeAliasespublic java.lang.String[] getTypeAliases() 
 - 
getSupportedProtocolspublic java.lang.String[] getSupportedProtocols() 
 - 
getDatabasePathpublic java.lang.String getDatabasePath(java.lang.String server, java.lang.Integer port, java.lang.String path) throws GDSException- Throws:
- GDSException
 
 - 
getDatabaseFactorypublic FbEmbeddedDatabaseFactory getDatabaseFactory() 
 
- 
 
-