Table[] tables;
DBDictionary dict = _conf.getDBDictionaryInstance();
for (int i = 0; i < schemas.length; i++) {
tables = schemas[i].getTables();
for (int j = 0; j < tables.length; j++)
dict.refSchemaComponents(tables[j]);
}
group.removeUnusedComponents();
}