|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GlitterSQL.Select3MResult
Interface for holding the results of the select3M prepared statement.
| Method Summary | |
|---|---|
int |
getMetadata()
Get the "Metadata" 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 |
setMetadata(int metadata)
Set the "Metadata" 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 |
|---|
int getMetadata()
throws RdbException
RdbException
void setMetadata(int metadata)
throws RdbException
metadata - the "Metadata" result value
RdbException
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 | |||||||||