-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With the jsqlparser it should be possible to visit any selected items to see if there are any specified names so that they could be validated against the result class. Note that this will not be possible with wildcards.
Something like this could be used to find the selected items from a plain select.
PlainSelect plainSelect = (PlainSelect) selectStatement.getSelectBody();
List selectItems = plainSelect.getSelectItems();
SelectItem has three subclasses, but only SelectExpressionItem has aliases that could be used for static validation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request