Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public List<HashMap<String, String>> getMap(String id) {
- String script = format("select blal bla %s bla", id).toUpperCase();
- List<HashMap<String, String>> list = getListOfHashMapsFromSql(script);
- reportInfo(format("`%s` =>:`%s`", getMethodName2(), list));
- return list;
- }
Advertisement
Add Comment
Please, Sign In to add comment