🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit d41de8cfcc - Show all commits

View File

@ -6,6 +6,11 @@ public abstract class AbstractQuery {
private final HashMap<QueryParameter, Object> PARAMETERS = new HashMap<>();
/**
* Here the query adds its default values
*/
public abstract void defaults();
/**
* The building logic of the sql query
*