This cache is referenced only when creating a new connection, so existing connections will continue to use the same schema definition.
3738394041424344
} public void actionPerformed(final ActionEvent e) { final CacheControl cacheControl = AggregationManager.instance().getCacheControl(null, null); cacheControl.flushSchemaCache(); } }
396397398399400401402403404405406
{ cacheControl.flushSchema(connection.getSchema()); } else { cacheControl.flushSchemaCache(); } } finally { connection.close();