Class DBDrop

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Constructor Summary

      Constructors 
      Constructor Description
      DBDrop​(java.lang.String userName, java.lang.String password)
      The userName and password for the database to be dropped
    • Constructor Detail

      • DBDrop

        public DBDrop​(java.lang.String userName,
                      java.lang.String password)
        The userName and password for the database to be dropped
        Parameters:
        userName - String containing the mandatory database username
        password - String containing the mandatory database password
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Useful when running this class standalone. Provide two arguments, the first is the username, the second the password. The password is optional, an empty string is used as the default password.
        Parameters:
        args - String[] containing the arguments