result set
This commit is contained in:
parent
632677db7c
commit
af1d09351c
|
@ -56,7 +56,12 @@ public class OFResultSet {
|
|||
|
||||
|
||||
public Map<String,String> getData() {
|
||||
return null;
|
||||
String type = (String) this.item.getQuery().getQueryInfo().get("parseType");
|
||||
if (type.equals("row")) {
|
||||
return parseRow();
|
||||
} else {
|
||||
return parseCol();
|
||||
}
|
||||
}
|
||||
|
||||
public Map<String, String> parseCol() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user