Created SQLite_Init_Del.java and TestSQLCells .java
SQLite_Init_Del.java creates the table for the database.
TestSQLCells .java creates a session with a specific session id and given dataset path and adds all data to the tables for the assigned database.
The session id can be modified with the sessionID variable .
The dataset path can be passed as an argument.
Created
SQLite_Init_Del.java
andTestSQLCells .java
SQLite_Init_Del.java
creates the table for the database.TestSQLCells .java
creates a session with a specific session id and given dataset path and adds all data to the tables for the assigned database. The session id can be modified with thesessionID
variable . The dataset path can be passed as an argument.