Package adams.db

Interface DatabaseConnectionParameterHandler

    • Method Detail

      • setURL

        void setURL​(String value)
        Sets the database URL to use (only if not connected).
        Parameters:
        value - the URL to use
      • getURL

        String getURL()
        Returns the currently set database URL.
        Returns:
        the current URL
      • URLTipText

        String URLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUser

        void setUser​(String value)
        Sets the database user to use (only if not connected).
        Parameters:
        value - the user to use
      • getUser

        String getUser()
        Returns the currently set database user.
        Returns:
        the current user
      • userTipText

        String userTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setPassword

        void setPassword​(BasePassword value)
        Sets the database password to use (only if not connected).
        Specified by:
        setPassword in interface PasswordSupporter
        Parameters:
        value - the password to use
      • passwordTipText

        String passwordTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.