SHOW Statement
The SHOW statement can be used to display a variety of information. It is not yet a language feature of the CData Virtuality Server and is handled only in the JDBC client.
Usage:
SHOW- the inverse ofSET, shows the property value for the given property, returns a result set with a single string column with a name matching the property key.SHOW PLAN- returns a resultset with a clob columnPLAN_TEXT, an XML columnPLAN_XML, and a clob columnDEBUG_LOGwith a row containing the values from the previously executed query. IfSHOWPLANisOFFor no plan is available, no rows are returned. IfSHOWPLANis not set toDEBUG, thenDEBUG_LOGwill return a null value.SHOW ANNOTATIONS- returns a resultset with string columnsCATEGORY,PRIORITY,ANNOTATION,RESOLUTIONand a row for each annotation on the previously executed query. IfSHOWPLANisOFFor no plan is available, no rows are returned.SHOW ALL- returns a resultset with aNAMEstring column and aVALUEstring column with a row entry for every property value. TheSHOWstatement is most commonly used to retrieve the query plan, see the plan debug example.