|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
long getNamedGraphId()
throws RdbException
RdbException
void setNamedGraphId(long namedGraphId)
throws RdbException
namedGraphId - the "NamedGraphId" result value
RdbException
long getSubj()
throws RdbException
RdbException
void setSubj(long subj)
throws RdbException
subj - the "Subj" result value
RdbException
long getProp()
throws RdbException
RdbException
void setProp(long prop)
throws RdbException
prop - the "Prop" result value
RdbException
long getObj()
throws RdbException
RdbException
void setObj(long obj)
throws RdbException
obj - the "Obj" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||