🛠️ 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
39 changed files with 2589 additions and 1188 deletions
Showing only changes of commit 6ce3671099 - Show all commits

View File

@ -30,6 +30,16 @@ public enum QueryParameter {
*/
SELECT_LIST,
/**
* The field list of the query provided as a {@link java.util.ArrayList} that contains a {@link de.gnmyt.sqltoolkit.types.TableField}
*/
FIELD_LIST,
/**
* Tells the {@link de.gnmyt.sqltoolkit.queries.TableCreationQuery} which field is primary
*/
PRIMARY_KEY,
/**
* The row limit of a query provided as a {@link String}
*/