19 Commits

Author SHA1 Message Date
961778bb0e
Integrated the table factory to the mysql connection 2021-08-19 16:43:26 +02:00
ab81160ac4
Added the table factory class 2021-08-19 16:42:40 +02:00
5f5f425c04
Added the sql table class 2021-08-19 16:42:17 +02:00
50fc5d50d5
The table generator can now add fields by the TableField class 2021-08-19 16:41:30 +02:00
f83d806674
Added the table field class 2021-08-19 16:40:35 +02:00
2106c27799
Added the boolean sql type 2021-08-19 16:40:06 +02:00
1ddfecd907
Made the value variable final 2021-08-19 15:51:19 +02:00
2532257f53
Removed the LogLevelType.java file 2021-08-19 15:50:40 +02:00
bbf1232684
Removed the sql field & cleaned up the table generator 2021-08-19 14:56:31 +02:00
2d220c0211
Cleaned up the MySQLConnection class 2021-08-19 12:41:15 +02:00
47c8a1391d
Updated the constructor & the readme file 2021-08-19 12:32:52 +02:00
ca3e4d180c
Removed the old log manager & integrated the new log manager 2021-08-19 12:23:58 +02:00
21376fbf77
Removed static modifier 2021-08-19 12:03:42 +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
4e3cd42c60 Changed insertFrom to insertTo because it makes more sense 😅 2021-06-19 10:22:11 +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