|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NodeSQL.ResolveLiteralsResult
Interface for holding the results of the resolveLiterals prepared statement.
| Method Summary | |
|---|---|
java.lang.Long |
getModifier_id()
Get the "Modifier_id" result value |
long |
getNode_id()
Get the "Node_id" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setModifier_id(java.lang.Long modifier_id)
Set the "Modifier_id" 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
java.lang.Long getModifier_id()
throws RdbException
RdbException
void setModifier_id(java.lang.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 | |||||||||