org.openanzo.common.rdb.sql
Interface GlitterSQL.SelectOResult

All Known Implementing Classes:
GlitterSQL.SelectOResultImpl
Enclosing class:
GlitterSQL

public static interface GlitterSQL.SelectOResult

Interface for holding the results of the selectO prepared statement.


Method Summary
 long getNamedgraphId()
          Get the "NamedgraphId" result value
 long getObjId()
          Get the "ObjId" result value
 long getPropId()
          Get the "PropId" result value
 long getSubjId()
          Get the "SubjId" result value
 void setNamedgraphId(long namedgraphId)
          Set the "NamedgraphId" result value
 void setObjId(long objId)
          Set the "ObjId" result value
 void setPropId(long propId)
          Set the "PropId" result value
 void setSubjId(long subjId)
          Set the "SubjId" result value
 

Method Detail

getNamedgraphId

long getNamedgraphId()
                     throws RdbException
Get the "NamedgraphId" result value

Returns:
the "NamedgraphId" result value
Throws:
RdbException

setNamedgraphId

void setNamedgraphId(long namedgraphId)
                     throws RdbException
Set the "NamedgraphId" result value

Parameters:
namedgraphId - the "NamedgraphId" result value
Throws:
RdbException

getSubjId

long getSubjId()
               throws RdbException
Get the "SubjId" result value

Returns:
the "SubjId" result value
Throws:
RdbException

setSubjId

void setSubjId(long subjId)
               throws RdbException
Set the "SubjId" result value

Parameters:
subjId - the "SubjId" result value
Throws:
RdbException

getPropId

long getPropId()
               throws RdbException
Get the "PropId" result value

Returns:
the "PropId" result value
Throws:
RdbException

setPropId

void setPropId(long propId)
               throws RdbException
Set the "PropId" result value

Parameters:
propId - the "PropId" result value
Throws:
RdbException

getObjId

long getObjId()
              throws RdbException
Get the "ObjId" result value

Returns:
the "ObjId" result value
Throws:
RdbException

setObjId

void setObjId(long objId)
              throws RdbException
Set the "ObjId" result value

Parameters:
objId - the "ObjId" result value
Throws:
RdbException


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