org.openanzo.server.repository.rdb.sql
Interface StatementRdbWrapper.SelectAllStatementsResult

All Known Implementing Classes:
StatementRdbWrapper.SelectAllStatementsResultImpl
Enclosing class:
StatementRdbWrapper

public static interface StatementRdbWrapper.SelectAllStatementsResult

Interface for holding the results of the selectAllStatements prepared statement.


Method Summary
 long getId()
          Get the "Id" result value
 java.lang.Long getModified()
          Get the "Modified" result value
 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 setId(long id)
          Set the "Id" result value
 void setModified(java.lang.Long modified)
          Set the "Modified" 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

getSubj

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

Returns:
the "Subj" result value
Throws:
AnzoException

setSubj

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

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

getProp

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

Returns:
the "Prop" result value
Throws:
AnzoException

setProp

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

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

getObj

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

Returns:
the "Obj" result value
Throws:
AnzoException

setObj

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

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

getModified

java.lang.Long getModified()
                           throws AnzoException
Get the "Modified" result value

Returns:
the "Modified" result value
Throws:
AnzoException

setModified

void setModified(java.lang.Long modified)
                 throws AnzoException
Set the "Modified" result value

Parameters:
modified - the "Modified" result value
Throws:
AnzoException

getId

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

Returns:
the "Id" result value
Throws:
AnzoException

setId

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

Parameters:
id - the "Id" result value
Throws:
AnzoException

getNamedGraphId

long getNamedGraphId()
                     throws AnzoException
Get the "NamedGraphId" result value

Returns:
the "NamedGraphId" result value
Throws:
AnzoException

setNamedGraphId

void setNamedGraphId(long namedGraphId)
                     throws AnzoException
Set the "NamedGraphId" result value

Parameters:
namedGraphId - the "NamedGraphId" result value
Throws:
AnzoException


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