Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Class RowSetDefImpl

java.lang.Object
  |
  +--oracle.cabo.data.jbo.def.NamedObjectDefImpl
        |
        +--oracle.cabo.data.jbo.def.RowSetIteratorDefImpl
              |
              +--oracle.cabo.data.jbo.def.RowSetDefImpl
All Implemented Interfaces:
RowSetDef, RowSetIteratorDef
Direct Known Subclasses:
ViewObjectDefImpl

public class RowSetDefImpl
extends RowSetIteratorDefImpl
implements RowSetDef

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

RowSetDefImpl

public RowSetDefImpl()
Method Detail

isForwardOnly

public boolean isForwardOnly()
Returns true if the ViewObject is forward only
Specified by:
isForwardOnly in interface RowSetDef

setForwardOnly

public void setForwardOnly(boolean forwardOnly)
Sets the ViewObject forward only flag

setRowSetIteratorDefs

public void setRowSetIteratorDefs(RowSetIteratorDef[] rowSetIteratorDefs)

findRowSetIteratorDef

public RowSetIteratorDef findRowSetIteratorDef(java.lang.String name)
Finds the nested RowSetIteratorDef by name
Specified by:
findRowSetIteratorDef in interface RowSetDef

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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