|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NodeSQL.ResolveNodesResult
Interface for holding the results of the resolveNodes prepared statement.
| Method Summary | |
|---|---|
long |
getNode_id()
Get the "Node_id" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setNode_id(long node_id)
Set the "Node_id" result value |
void |
setValue(java.lang.String value)
Set the "Value" result value |
| Method Detail |
|---|
long getNode_id()
throws RdbException
RdbException
void setNode_id(long node_id)
throws RdbException
node_id - the "Node_id" result value
RdbException
java.lang.String getValue()
throws RdbException
RdbException
void setValue(java.lang.String value)
throws RdbException
value - the "Value" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||