Class EmbeddedGDSFactoryPlugin

java.lang.Object
org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
All Implemented Interfaces:
org.firebirdsql.gds.impl.GDSFactoryPlugin

public final class EmbeddedGDSFactoryPlugin extends org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
  • Field Details

  • Constructor Details

    • EmbeddedGDSFactoryPlugin

      public EmbeddedGDSFactoryPlugin()
  • Method Details

    • getPluginName

      public String getPluginName()
    • getTypeName

      public String getTypeName()
    • getTypeAliases

      @Deprecated(since="6", forRemoval=true) public String[] getTypeAliases()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTypeAliasList

      public List<String> getTypeAliasList()
    • getSupportedProtocols

      @Deprecated(since="6", forRemoval=true) public String[] getSupportedProtocols()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSupportedProtocolList

      public List<String> getSupportedProtocolList()
    • getDefaultProtocol

      public String getDefaultProtocol()
      Specified by:
      getDefaultProtocol in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
      Overrides:
      getDefaultProtocol in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
    • getDatabasePath

      public String getDatabasePath(String server, Integer port, String path) throws SQLException
      Specified by:
      getDatabasePath in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
      Overrides:
      getDatabasePath in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
      Throws:
      SQLException
    • getDatabaseFactory

      public FbEmbeddedDatabaseFactory getDatabaseFactory()