Module com.example.project
Class SQLiteDictionaryConnection
java.lang.Object
com.example.project.services.sqlite.SQLiteConnection
com.example.project.services.sqlite.SQLiteDictionaryConnection
Connection to the dictionary.db
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Each subclass provides its database path.protected Connection
protected void
setSQLiteInstance
(Connection newInstance) Methods inherited from class com.example.project.services.sqlite.SQLiteConnection
getInstance
-
Constructor Details
-
SQLiteDictionaryConnection
public SQLiteDictionaryConnection()
-
-
Method Details
-
getSQLiteInstance
- Specified by:
getSQLiteInstance
in classSQLiteConnection
-
setSQLiteInstance
- Specified by:
setSQLiteInstance
in classSQLiteConnection
-
getDatabasePath
Description copied from class:SQLiteConnection
Each subclass provides its database path.- Specified by:
getDatabasePath
in classSQLiteConnection
-