Class SquitDatabaseConfiguration

  • All Implemented Interfaces:

    
    public final class SquitDatabaseConfiguration
    
                        

    Data class storing the configuration of a single database.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() The assigned name of the configuration.
      final String getJdbcAddress() The jdbc address, used to connect.
      final String getUsername() The username to use when connecting.
      final String getPassword() The password to use when connecting.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait