case EXPRESSION:
if (allowSubqueryMultipleColumns)
break;
/* else falls through */
default:
throw new SubqueryOneColumnException();
}
}
SubqueryNode.SubqueryType subqueryType = subqueryNode.getSubqueryType();
/* Verify the usage of "*" in the select list: