Factored widget in own plugin to allow reuse in e4 environment

This commit is contained in:
2015-01-25 14:23:34 +01:00
parent e1f520911f
commit 5d8d81a237
34 changed files with 604 additions and 44 deletions

View File

@ -20,8 +20,6 @@ import java.sql.SQLException;
import java.sql.Statement;
import java.util.HashMap;
import org.sqlite.JDBC;
public class SQLiteDatabase implements IDatabase {
protected String dbFileName;