stereotypeName = stereotype.getName();
else
schemaCatalog.createStereotype( null, stereotypeName, head.fields );
Protocol protocol = schemaCatalog.getDefaultProtocol();
Format format = schemaCatalog.getDefaultFormat();
String tableName = catalogManager.createTableDefFor( null, head.name, identifier, stereotypeName, protocol, format );
return schemaCatalog.getTableDef( null, tableName );
}