Interface | Description |
---|---|
Database | |
DatabaseManager |
This interface handles the database connection for all database functions
|
Class | Description |
---|---|
DatabaseImpl |
Class implements all queries to create networks
|
DatabaseManagerImpl |
Implementation of the DatabaseManager to handle db connection
If SQLite DB file cannot be found in chosen folder be it will automatically
downloaded from our server
|
Query | |
QueryExecutor |
This class defines the
executeQuery() method,
which is similar to Statement.executeQuery() method. |
Copyright © 2017. All rights reserved.