xt4k

Untitled

Apr 27th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. public List<HashMap<String, String>> getMap(String id) {
  3. String script = format("select blal bla %s bla", id).toUpperCase();
  4. List<HashMap<String, String>> list = getListOfHashMapsFromSql(script);
  5. reportInfo(format("`%s` =>:`%s`", getMethodName2(), list));
  6. return list;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment