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

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

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

getType

long getType()
             throws RdbException
Get the "Type" result value

Returns:
the "Type" result value
Throws:
RdbException

setType

void setType(long type)
             throws RdbException
Set the "Type" result value

Parameters:
type - the "Type" result value
Throws:
RdbException

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.