}
// Check type
if (tableType != TABLE_TYPE_VIEW)
{
throw new NotAViewException(this.toString(),tableType);
}
// Validate the column(s)
HashMap unvalidated = new HashMap(columnsByName);
Iterator i = storeMgr.getColumnInfoForTable(this, conn).iterator();