|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NodeSQL.FetchLiteralNodeValueResult
Interface for holding the results of the fetchLiteralNodeValue prepared statement.
| Method Summary | |
|---|---|
long |
getModifier_id()
Get the "Modifier_id" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setModifier_id(long modifier_id)
Set the "Modifier_id" result value |
void |
setValue(java.lang.String value)
Set the "Value" result value |
| Method Detail |
|---|
java.lang.String getValue()
throws RdbException
RdbException
void setValue(java.lang.String value)
throws RdbException
value - the "Value" result value
RdbException
long getModifier_id()
throws RdbException
RdbException
void setModifier_id(long modifier_id)
throws RdbException
modifier_id - the "Modifier_id" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||