|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GlitterSQL.SelectOResult
Interface for holding the results of the selectO prepared statement.
| Method Summary | |
|---|---|
long |
getNamedgraphId()
Get the "NamedgraphId" result value |
long |
getObjId()
Get the "ObjId" result value |
long |
getPropId()
Get the "PropId" result value |
long |
getSubjId()
Get the "SubjId" result value |
void |
setNamedgraphId(long namedgraphId)
Set the "NamedgraphId" result value |
void |
setObjId(long objId)
Set the "ObjId" result value |
void |
setPropId(long propId)
Set the "PropId" result value |
void |
setSubjId(long subjId)
Set the "SubjId" result value |
| Method Detail |
|---|
long getNamedgraphId()
throws RdbException
RdbException
void setNamedgraphId(long namedgraphId)
throws RdbException
namedgraphId - the "NamedgraphId" result value
RdbException
long getSubjId()
throws RdbException
RdbException
void setSubjId(long subjId)
throws RdbException
subjId - the "SubjId" result value
RdbException
long getPropId()
throws RdbException
RdbException
void setPropId(long propId)
throws RdbException
propId - the "PropId" result value
RdbException
long getObjId()
throws RdbException
RdbException
void setObjId(long objId)
throws RdbException
objId - the "ObjId" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||