Added the selection list to the QueryParameter enum
This commit is contained in:
parent
cd3ce709d9
commit
7f45e465f4
@ -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}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user