|
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 |
|
|
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 |
|
|
2f396093d1
|
Cleaned up the pom.xml file
|
2021-08-19 12:08:36 +02:00 |
|
|
cca349ef60
|
Added the slf4j log manager to the dependencies
|
2021-08-19 12:06:38 +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 |
|