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

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

public static interface NodeSQL.SelectResolvedUriIdsResult

Interface for holding the results of the selectResolvedUriIds 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

getId

long getId()
           throws RdbException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
RdbException

setId

void setId(long id)
           throws RdbException
Set the "Id" result value

Parameters:
id - the "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.