Added the FIELD_LIST and the PRIMARY_KEY to the QueryParameter
This commit is contained in:
parent
0ab4ae3fed
commit
6ce3671099
@ -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}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user