Class AbstractDatabaseCheck

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regular expression to use for matching the JDBC URL.
    • Constructor Detail

      • AbstractDatabaseCheck

        public AbstractDatabaseCheck()
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression to use.
        Parameters:
        value - the regular expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression in use.
        Returns:
        the regular expression
      • regExpTipText

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

        protected abstract AbstractDatabaseConnection getDatabaseConnection()
        Determines the database connection in use.
        Returns:
        the database connection
      • doExecute

        protected String doExecute()
        Executes the actor.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message