org.openanzo.common.rdb.sql
Interface GraphSQL.ResolveStatementsResult

All Known Implementing Classes:
GraphSQL.ResolveStatementsResultImpl
Enclosing class:
GraphSQL

public static interface GraphSQL.ResolveStatementsResult

Interface for holding the results of the resolveStatements prepared statement.


Method Summary
 long getNamedGraphId()
          Get the "NamedGraphId" result value
 long getObj()
          Get the "Obj" result value
 long getProp()
          Get the "Prop" result value
 long getSubj()
          Get the "Subj" result value
 void setNamedGraphId(long namedGraphId)
          Set the "NamedGraphId" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setProp(long prop)
          Set the "Prop" result value
 void setSubj(long subj)
          Set the "Subj" 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

getSubj

long getSubj()
             throws RdbException
Get the "Subj" result value

Returns:
the "Subj" result value
Throws:
RdbException

setSubj

void setSubj(long subj)
             throws RdbException
Set the "Subj" result value

Parameters:
subj - the "Subj" result value
Throws:
RdbException

getProp

long getProp()
             throws RdbException
Get the "Prop" result value

Returns:
the "Prop" result value
Throws:
RdbException

setProp

void setProp(long prop)
             throws RdbException
Set the "Prop" result value

Parameters:
prop - the "Prop" result value
Throws:
RdbException

getObj

long getObj()
            throws RdbException
Get the "Obj" result value

Returns:
the "Obj" result value
Throws:
RdbException

setObj

void setObj(long obj)
            throws RdbException
Set the "Obj" result value

Parameters:
obj - the "Obj" result value
Throws:
RdbException


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