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