org.openanzo.server.repository.rdb.sql
Interface InsertStatementsRdbWrapper.SelectInsertStatementsResult

All Known Implementing Classes:
InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl
Enclosing class:
InsertStatementsRdbWrapper

public static interface InsertStatementsRdbWrapper.SelectInsertStatementsResult

Interface for holding the results of the selectInsertStatements prepared statement.


Method Summary
 long getGraphid()
          Get the "Graphid" result value
 long getObj()
          Get the "Obj" result value
 int getOperation()
          Get the "Operation" result value
 long getProp()
          Get the "Prop" result value
 long getSubj()
          Get the "Subj" result value
 void setGraphid(long graphid)
          Set the "Graphid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setOperation(int operation)
          Set the "Operation" result value
 void setProp(long prop)
          Set the "Prop" result value
 void setSubj(long subj)
          Set the "Subj" result value
 

Method Detail

getOperation

int getOperation()
                 throws AnzoException
Get the "Operation" result value

Returns:
the "Operation" result value
Throws:
AnzoException

setOperation

void setOperation(int operation)
                  throws AnzoException
Set the "Operation" result value

Parameters:
operation - the "Operation" result value
Throws:
AnzoException

getGraphid

long getGraphid()
                throws AnzoException
Get the "Graphid" result value

Returns:
the "Graphid" result value
Throws:
AnzoException

setGraphid

void setGraphid(long graphid)
                throws AnzoException
Set the "Graphid" result value

Parameters:
graphid - the "Graphid" result value
Throws:
AnzoException

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


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