Package org.firebirdsql.gds.impl.jni
Class NativeGDSFactoryPlugin
- java.lang.Object
- 
- org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- 
- org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
 
- 
- All Implemented Interfaces:
- GDSFactoryPlugin
 
 public class NativeGDSFactoryPlugin extends BaseGDSFactoryPlugin 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNATIVE_TYPE_NAME
 - 
Constructor SummaryConstructors Constructor Description NativeGDSFactoryPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FbClientDatabaseFactorygetDatabaseFactory()java.lang.StringgetDatabasePath(java.lang.String server, java.lang.Integer port, java.lang.String path)java.lang.StringgetDefaultProtocol()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, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.firebirdsql.gds.impl.GDSFactoryPlugingetDatabasePath
 
- 
 
- 
- 
- 
Field Detail- 
NATIVE_TYPE_NAMEpublic static final java.lang.String NATIVE_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() 
 - 
getDefaultProtocolpublic java.lang.String getDefaultProtocol() - Specified by:
- getDefaultProtocolin interface- GDSFactoryPlugin
- Overrides:
- getDefaultProtocolin class- BaseGDSFactoryPlugin
 
 - 
getDatabasePathpublic java.lang.String getDatabasePath(java.lang.String server, java.lang.Integer port, java.lang.String path) throws GDSException- Specified by:
- getDatabasePathin interface- GDSFactoryPlugin
- Overrides:
- getDatabasePathin class- BaseGDSFactoryPlugin
- Throws:
- GDSException
 
 - 
getDatabaseFactorypublic FbClientDatabaseFactory getDatabaseFactory() 
 
- 
 
-