{
SQLConnectionFactory outCF = new SQLConnectionFactory()
{
public Connection getConnection(SQLAdapter adapter) throws SQLException
{
return new SQLWriterConnection(adapter, out, false);
}
};
List/*<SQLAdapter>*/ adapterList = new ArrayList/*<SQLAdapter>*/();
Set importDataSourceSet = new HashHolder();