result set
This commit is contained in:
parent
f8e722e4d5
commit
c3ba870834
|
@ -62,7 +62,7 @@ public abstract class OFResultSet {
|
||||||
|
|
||||||
public abstract Map<String, String> parse();
|
public abstract Map<String, String> parse();
|
||||||
|
|
||||||
public OFResultSet newInstance(Item item) {
|
static public OFResultSet newInstance(Item item) {
|
||||||
String type = (String) item.getQuery().getQueryInfo().get("parseDirection");
|
String type = (String) item.getQuery().getQueryInfo().get("parseDirection");
|
||||||
if (type.equals("row")) {
|
if (type.equals("row")) {
|
||||||
return new OFResultSetRow(item);
|
return new OFResultSetRow(item);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user