Dictionary dictionary = new Dictionary(); DictTable dictTable; TableId tableId; ; do { tableId = dictionary.tableNext(tableId); if (tableId) { dictTable = new DictTable(tableId); info(dictTable.name(DbBackend::SQL)); } } while (tableid);