org.openanzo.common.rdb.sql
Interface NodeSQL.ResolveNodesResult

All Known Implementing Classes:
NodeSQL.ResolveNodesResultImpl
Enclosing class:
NodeSQL

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

getNode_id

long getNode_id()
                throws RdbException
Get the "Node_id" result value

Returns:
the "Node_id" result value
Throws:
RdbException

setNode_id

void setNode_id(long node_id)
                throws RdbException
Set the "Node_id" result value

Parameters:
node_id - the "Node_id" result value
Throws:
RdbException

getValue

java.lang.String getValue()
                          throws RdbException
Get the "Value" result value

Returns:
the "Value" result value
Throws:
RdbException

setValue

void setValue(java.lang.String value)
              throws RdbException
Set the "Value" result value

Parameters:
value - the "Value" result value
Throws:
RdbException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.