|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jdbc.utils.opgen.Result
public class Result
Enumerates the result formats a SQL statement wrapper may return.
| Field Summary | |
|---|---|
static Result |
COUNTER
Many rows are returned by the statement. |
static Result |
ITERATOR
Many rows are returned by the statement. |
static Result |
NONE
No results returned by statement. |
static Result |
ROW
One row in the table is returned by the statement. |
static Result |
VALUE
A single value (single entry in the table). |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static Result |
getResultsEnum(org.w3c.dom.Node node)
Get the type of result set |
java.lang.String |
getValue()
Get the value of the result |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Result NONE
public static final Result VALUE
public static final Result ROW
public static final Result ITERATOR
public static final Result COUNTER
| Method Detail |
|---|
public static Result getResultsEnum(org.w3c.dom.Node node)
node - node value for which to determine result set type
public java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||