oracle.cabo.data.jbo.def
Class RowSetIteratorDefImpl
java.lang.Object
|
+--oracle.cabo.data.jbo.def.NamedObjectDefImpl
|
+--oracle.cabo.data.jbo.def.RowSetIteratorDefImpl
- All Implemented Interfaces:
- RowSetIteratorDef
- Direct Known Subclasses:
- RowSetDefImpl
- public class RowSetIteratorDefImpl
- extends NamedObjectDefImpl
- implements RowSetIteratorDef
BC4J RowSetIterator definition implementation.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowSetIteratorDefImpl
public RowSetIteratorDefImpl()
getRangeSize
public int getRangeSize()
- Returns the RowSetIterator range size
- Specified by:
getRangeSize
in interface RowSetIteratorDef
setRangeSize
public void setRangeSize(int rangeSize)
- Sets the RowSetIterator range size
setRowDefs
public void setRowDefs(RowDef[] rowDefs)
isAutoCreate
public boolean isAutoCreate()
- Returns true if the RowSetIterator should be automatically created when not
found.
- Specified by:
isAutoCreate
in interface RowSetIteratorDef
setAutoCreate
public void setAutoCreate(boolean autoCreate)
- Sets whether the RowSetIterator should be automatically created when not
found.
findRowDef
public RowDef findRowDef(java.lang.String name)
- Finds the nested RowDef by name
- Specified by:
findRowDef
in interface RowSetIteratorDef