Package 

Class SqliteDbConfiguration

  • All Implemented Interfaces:

    
    public final class SqliteDbConfiguration
    
                        

    Configuration type for a SQLite database.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String path
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPath() Main directory of the DB.
      final Unit setPath(String path) Main directory of the DB.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqliteDbConfiguration

        SqliteDbConfiguration(String path)