Commit Graph

127 Commits

Author SHA1 Message Date
043bd2139d Added /target to the .gitignore 2021-08-20 14:57:57 +02:00
fefbebeb3a Updated the consumer methods in the MySQLConnection 2021-08-20 14:53:12 +02:00
b28b2606cb Changed user to something & changed value to 3 2021-08-20 14:46:44 +02:00
788cec76fa Integrated the CustomTableFieldManager into the readme 2021-08-20 14:43:28 +02:00
2be583685f Integrated the CustomTableFieldManager into the SQLTable 2021-08-20 14:42:37 +02:00
7925f2f1af Created the CustomTableFieldManager 2021-08-20 14:42:03 +02:00
1bea0fd0b2 Added default values to the table field 2021-08-20 14:07:52 +02:00
5114296b74 Added default values to the table field 2021-08-20 14:05:24 +02:00
7daa494272 Added a comment to the table factory 2021-08-20 00:09:15 +02:00
a3766aa490 Cleaned up code 2021-08-19 23:24:16 +02:00
a1b8e4f3d9 Cleaned up readme 2021-08-19 23:18:51 +02:00
62a789b7de Updated the boolean logic in the sql table class 2021-08-19 22:25:00 +02:00
3af9a7a880 Added the string sql type & updated boolean & varchar 2021-08-19 22:24:25 +02:00
f6d89ee3f2 Cleaned up code 2021-08-19 22:09:11 +02:00
34c1ec14fa Updated the comments in the MySQLConnection class 2021-08-19 22:08:07 +02:00
ce8042c530 Cleaned up the update method of the MySQLConnection class 2021-08-19 22:01:33 +02:00
d5bd0e4248 Cleaned up the getResultSet method of the MySQLConnection class 2021-08-19 21:55:32 +02:00
356624ce07 Updated the readme file 2021-08-19 21:46:35 +02:00
8a16e172ad Cleaned up code 2021-08-19 21:16:55 +02:00
c77aaa413f Changed the return value of the insert & update manager 2021-08-19 21:15:57 +02:00
2446395f4c Fixed a bug in the deletion manager 2021-08-19 21:14:53 +02:00
6b82120e17 Changed update to updateTo 2021-08-19 21:02:58 +02:00
6b2862a64b Changed the access modifier of the optional query variable 2021-08-19 21:00:24 +02:00
5cc960b21a Renamed the delete method to deleteFrom 2021-08-19 20:57:06 +02:00
c61b4d07e9 Integrated the deletion manager into the sql table & the storage medium 2021-08-19 20:54:47 +02:00
7c2f408ef5 Integrated the deletion manager into the MySQLConnection & renamed the update method 2021-08-19 20:54:11 +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
d56a4e9580 Integrated the table generator into MySQLConnection#generateTable 2021-08-19 20:19:36 +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
5efc36d1b0 Removed the table prefix from the mysql connection 2021-08-19 19:40:52 +02:00
e58d96b58a Cleaned up code 2021-08-19 17:31:13 +02:00
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
59705367ed Added the jitpack dependency to the readme file 2021-08-19 16:52:40 +02:00
38b3c3bbf4 Updated the project version to 2.0 2021-08-19 16:52:17 +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