Commit Graph

20 Commits

Author SHA1 Message Date
6b2862a64b Changed the access modifier of the optional query variable 2021-08-19 21:00:24 +02:00
4661c7d4ec Added the deletion manager 2021-08-19 20:49:01 +02:00
f6bfcb30d9 Changed UpdateManager#update to UpdateManager#execute 2021-08-19 20:41:52 +02:00
f7eebbed86 Removed useless method 2021-08-19 20:41:14 +02:00
42f2b37b8b Removed the delete feature from the update manager & cleaned up the update manager 2021-08-19 20:19:03 +02:00
cebb2c8c98 Changed method name from processStatement to prepareStatement 2021-08-19 20:08:14 +02:00
2786ca124f Cleaned up code of the DataBaseSelection & renamed it to SelectionManager 2021-08-19 20:05:58 +02:00
3f2987b576 Cleaned up code of the insert manager 2021-08-19 19:59:58 +02:00
387f9d7b35 Removed the table prefix integration 2021-08-19 19:42:36 +02:00
e58d96b58a Cleaned up code 2021-08-19 17:31:13 +02:00
264d33db4f Cleaned up some code 2021-08-19 17:11:38 +02:00
2e5f651afa Added the ResultManager#exists method 2021-08-19 17:00:57 +02:00
2fecd3b402 Cleaned up code 2021-08-19 16:44:15 +02:00
bbf1232684 Removed the sql field & cleaned up the table generator 2021-08-19 14:56:31 +02:00
ca3e4d180c Removed the old log manager & integrated the new log manager 2021-08-19 12:23:58 +02:00
a04c670e02 Removed author comments 2021-08-19 11:58:57 +02:00
3fcf040f54 Added ResultManager.java#getTimestamp to get the timestamp 2021-06-20 18:34:13 +02:00
c2736e8203 Added ResultManager.java#getList to get a list with all results which contains all columns of the provided query 2021-06-19 10:50:28 +02:00
81e5fdecaa Added an InsertManager for quickly inserting to a table without writing a SQL Query 2021-06-19 10:15:07 +02:00
fa5fb6f26e Moved to package / added pom.xml 2021-05-22 15:51:33 +02:00