StringBuilder warnings = new StringBuilder("");
session.writeTarget(params, warnings);
this.warnings = warnings.toString();
return null;
} catch (ExternalDatabaseException e) {
throw new EngineSessionException(e);
} catch (SQLException e) {
throw new EngineSessionException(e);
}
}