|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GlitterSQL.SelectInferedInferenceResult
Interface for holding the results of the selectInferedInference prepared statement.
| Method Summary | |
|---|---|
java.lang.String |
getObj()
Get the "Obj" result value |
java.lang.String |
getObjInfer()
Get the "ObjInfer" result value |
java.lang.String |
getProp()
Get the "Prop" result value |
void |
setObj(java.lang.String obj)
Set the "Obj" result value |
void |
setObjInfer(java.lang.String objInfer)
Set the "ObjInfer" result value |
void |
setProp(java.lang.String prop)
Set the "Prop" result value |
| Method Detail |
|---|
java.lang.String getProp()
throws RdbException
RdbException
void setProp(java.lang.String prop)
throws RdbException
prop - the "Prop" result value
RdbException
java.lang.String getObj()
throws RdbException
RdbException
void setObj(java.lang.String obj)
throws RdbException
obj - the "Obj" result value
RdbException
java.lang.String getObjInfer()
throws RdbException
RdbException
void setObjInfer(java.lang.String objInfer)
throws RdbException
objInfer - the "ObjInfer" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||