Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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.


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

RowSetIteratorDefImpl

public RowSetIteratorDefImpl()
Method Detail

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.