Format newFormat = Format.getFormat( getOptions().getRenameName() );
if( oldFormat == null )
return false;
return catalog.renameFormat( schemaName, oldFormat, newFormat );
}
@Override
protected boolean performRemove( PlatformBroker platformBroker )
{