Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Interface RowSetIteratorDef

All Known Subinterfaces:
RowSetDef, ViewObjectDef
All Known Implementing Classes:
RowSetIteratorDefImpl

public interface RowSetIteratorDef

BC4J RowSetIterator definition.


Method Summary
 RowDef findRowDef(java.lang.String name)
          Returns the RowDef by this name
 java.lang.String getName()
          Returns the RowSetIterator name
 int getRangeSize()
          Returns the RowSetIterator range size
 boolean isAutoCreate()
          Returns true if the RowSetIterator should be automatically created when not found.
 

Method Detail

getName

public java.lang.String getName()
Returns the RowSetIterator name

getRangeSize

public int getRangeSize()
Returns the RowSetIterator range size

isAutoCreate

public boolean isAutoCreate()
Returns true if the RowSetIterator should be automatically created when not found.

findRowDef

public RowDef findRowDef(java.lang.String name)
Returns the RowDef by this name

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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