|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
int getOperation()
throws AnzoException
AnzoException
void setOperation(int operation)
throws AnzoException
operation - the "Operation" result value
AnzoException
long getGraphid()
throws AnzoException
AnzoException
void setGraphid(long graphid)
throws AnzoException
graphid - the "Graphid" result value
AnzoException
long getSubj()
throws AnzoException
AnzoException
void setSubj(long subj)
throws AnzoException
subj - the "Subj" result value
AnzoException
long getProp()
throws AnzoException
AnzoException
void setProp(long prop)
throws AnzoException
prop - the "Prop" result value
AnzoException
long getObj()
throws AnzoException
AnzoException
void setObj(long obj)
throws AnzoException
obj - the "Obj" result value
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||