|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NodeSQL.SelectAllResolvedUriIdsResult
Interface for holding the results of the selectAllResolvedUriIds prepared statement.
| Method Summary | |
|---|---|
long |
getId()
Get the "Id" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setValue(java.lang.String value)
Set the "Value" result value |
| Method Detail |
|---|
long getId()
throws RdbException
RdbException
void setId(long id)
throws RdbException
id - the "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 | |||||||||