package john import java.io.IOException; import java.util.*; public class QueryDataRow { public HashMap hashColumn; private String[] data; public QueryDataRow() { super(); } public String get(String str) throws IOException { int colindex = ((Integer)…