int cdlSize = cdl.size();
for (int index = 0; index < cdlSize; index++)
{
/* Build a ResultColumn/BaseColumnNode pair for the column */
colDesc = (ColumnDescriptor) cdl.elementAt(index);
//A ColumnDescriptor instantiated through SYSCOLUMNSRowFactory only has
//the uuid set on it and no table descriptor set on it. Since we know here
//that this columnDescriptor is tied to tableDescriptor, set it so using
//setTableDescriptor method. ColumnDescriptor's table descriptor is used
//to get ResultSetMetaData.getTableName & ResultSetMetaData.getSchemaName