Commit Graph

29 Commits

Author SHA1 Message Date
e88169147c Added the get method to the storage medium 2021-08-19 17:20:33 +02:00
96ad704707 Added the TableFactory#getStorage method to get a storage medium 2021-08-19 17:14:03 +02:00
264d33db4f Cleaned up some code 2021-08-19 17:11:38 +02:00
e8544ff761 Added the sql storage medium to easily manage storages 2021-08-19 17:11:26 +02:00
7fe1fc9644 Added select, update & insert to the sql table class for quicker access to the table 2021-08-19 17:01:41 +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
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
181704e5a7 added sql consumer 2020-12-25 03:43:57 +01:00
f9d1493a5a important bugfix 2020-12-25 01:25:03 +01:00
57ffb95027 version 1.0 2020-12-24 10:26:30 +01:00