SchemaDef schemaDef = getSchemaDefChecked( catalog, getOptions().getSchemaName(), true );
if( !schemaDef.getAllProtocols().contains( protocol ) )
return null;
return new ProtocolBuilder( schemaDef, getOptions().getProviderName() ).format( protocol );
}