/**
  * Check for (and reject) ? parameters directly under the ResultColumns. This is done for SELECT
  * statements. For FromSubquery, we simply pass the check through to the subquery.
  *
  * @exception StandardException Thrown if a ? parameter found directly under a ResultColumn
  */
 public void rejectParameters() throws StandardException {
   subquery.rejectParameters();
 }