java.lang.Object
com.example.project.services.sqlite.SQLiteConnection
com.example.project.services.sqlite.SQLiteUsersConnection
Connection to the users.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
-
SQLiteUsersConnection
public SQLiteUsersConnection()
-
-
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
-