Class AbstractRemoteDbDriver

  • Direct Known Subclasses:
    HSqlRemoteDriver

    public abstract class AbstractRemoteDbDriver
    extends AbstractDbDriver
    AbstractRemoteDbDriver.
    Author:
    Andreas Rudolph
    • Constructor Detail

      • AbstractRemoteDbDriver

        public AbstractRemoteDbDriver()
    • Method Detail

      • getDefaultDbHost

        public abstract String getDefaultDbHost()
      • getDefaultDbName

        public abstract String getDefaultDbName()
      • getDefaultDbPort

        public abstract Integer getDefaultDbPort()
      • getDefaultDbProtocol

        public abstract String getDefaultDbProtocol()
      • getDefaultLogin

        public abstract String getDefaultLogin()
      • getRemoteDatabase

        public abstract String getRemoteDatabase()
      • getRemoteHost

        public abstract String getRemoteHost()
      • getRemotePort

        public abstract int getRemotePort()
      • getRemoteProtocol

        public abstract String getRemoteProtocol()
      • getSupportedProtocols

        public abstract String[] getSupportedProtocols()
      • setRemoteLocation

        public abstract void setRemoteLocation​(String protocol,
                                               String host,
                                               int port,
                                               String database)
        Setup parameters to the remote database server.
        Parameters:
        protocol - protocol, that is used for communication
        host - host name of the database server
        port - port nr of the database server
        database - name of the database