|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
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
java.lang.Long getModified()
throws AnzoException
AnzoException
void setModified(java.lang.Long modified)
throws AnzoException
modified - the "Modified" result value
AnzoException
long getId()
throws AnzoException
AnzoException
void setId(long id)
throws AnzoException
id - the "Id" result value
AnzoException
long getNamedGraphId()
throws AnzoException
AnzoException
void setNamedGraphId(long namedGraphId)
throws AnzoException
namedGraphId - the "NamedGraphId" result value
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||