Connection connection = null;
try
{
connection = this._dataSource.getConnection();
GenericDatabaseExplorer.visitDatabaseTables( connection, null,
this._state.schemaName().get(), null, new DatabaseProcessor()
{
@Override
public void endProcessTableInfo( String schemaName, String tableName, String tableRemarks )
{