Add OPTIONS capability to Procedure ResultSet
---------------------------------------------
Key: TEIID-3721
URL:
https://issues.jboss.org/browse/TEIID-3721
Project: Teiid
Issue Type: Enhancement
Components: Connector API, Query Engine
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Fix For: 8.12
Currently there is no way to add metadata on Procedures return value if the return value
is "ResultSet".
Actually you can call _setProperty_ add on _ColumnSet<Procedure>_ metadata object,
but _DDLStringFactory_ will not recognize it, also I believe JAVACC file needs to updated
for this to recognize.