|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.def.NamedObjectDefImpl | +--oracle.cabo.data.jbo.def.RowSetIteratorDefImpl | +--oracle.cabo.data.jbo.def.RowSetDefImpl
BC4J RowSet definition implementation.
Constructor Summary | |
RowSetDefImpl()
|
Method Summary | |
RowSetIteratorDef |
findRowSetIteratorDef(java.lang.String name)
Finds the nested RowSetIteratorDef by name |
boolean |
isForwardOnly()
Returns true if the ViewObject is forward only |
void |
setForwardOnly(boolean forwardOnly)
Sets the ViewObject forward only flag |
void |
setRowSetIteratorDefs(RowSetIteratorDef[] rowSetIteratorDefs)
|
Methods inherited from class oracle.cabo.data.jbo.def.RowSetIteratorDefImpl |
findRowDef, getRangeSize, isAutoCreate, setAutoCreate, setRangeSize, setRowDefs |
Methods inherited from class oracle.cabo.data.jbo.def.NamedObjectDefImpl |
getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.cabo.data.jbo.def.RowSetDef |
getName, isAutoCreate |
Methods inherited from interface oracle.cabo.data.jbo.def.RowSetIteratorDef |
findRowDef, getRangeSize |
Constructor Detail |
public RowSetDefImpl()
Method Detail |
public boolean isForwardOnly()
isForwardOnly
in interface RowSetDef
public void setForwardOnly(boolean forwardOnly)
public void setRowSetIteratorDefs(RowSetIteratorDef[] rowSetIteratorDefs)
public RowSetIteratorDef findRowSetIteratorDef(java.lang.String name)
findRowSetIteratorDef
in interface RowSetDef
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |