🛠️ 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
33 changed files with 2210 additions and 1126 deletions
Showing only changes of commit 7f45e465f4 - Show all commits

View File

@@ -25,6 +25,11 @@ public enum QueryParameter {
*/
SET_LIST,
/**
* The selection list of the query provided as a {@link java.util.ArrayList}
*/
SELECT_LIST,
/**
* The row limit of a query provided as a {@link String}
*/