|
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
BC4J RowSetIterator definition implementation.
| Constructor Summary | |
RowSetIteratorDefImpl()
|
|
| Method Summary | |
RowDef |
findRowDef(java.lang.String name)
Finds the nested RowDef by name |
int |
getRangeSize()
Returns the RowSetIterator range size |
boolean |
isAutoCreate()
Returns true if the RowSetIterator should be automatically created when not found. |
void |
setAutoCreate(boolean autoCreate)
Sets whether the RowSetIterator should be automatically created when not found. |
void |
setRangeSize(int rangeSize)
Sets the RowSetIterator range size |
void |
setRowDefs(RowDef[] rowDefs)
|
| 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.RowSetIteratorDef |
getName |
| Constructor Detail |
public RowSetIteratorDefImpl()
| Method Detail |
public int getRangeSize()
getRangeSize in interface RowSetIteratorDefpublic void setRangeSize(int rangeSize)
public void setRowDefs(RowDef[] rowDefs)
public boolean isAutoCreate()
isAutoCreate in interface RowSetIteratorDefpublic void setAutoCreate(boolean autoCreate)
public RowDef findRowDef(java.lang.String name)
findRowDef in interface RowSetIteratorDef
|
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 | ||||||||