Added the selection list to the QueryParameter enum

This commit is contained in:
mathias 2021-08-26 16:46:16 +02:00
parent cd3ce709d9
commit 7f45e465f4
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -25,6 +25,11 @@ public enum QueryParameter {
*/ */
SET_LIST, 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} * The row limit of a query provided as a {@link String}
*/ */