Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Interface RowSetDef

All Superinterfaces:
RowSetIteratorDef
All Known Subinterfaces:
ViewObjectDef
All Known Implementing Classes:
RowSetDefImpl

public interface RowSetDef
extends RowSetIteratorDef

BC4J RowSet definition.


Method Summary
 RowSetIteratorDef findRowSetIteratorDef(java.lang.String name)
          Returns the RowSetIteratorDef by this name
 java.lang.String getName()
          Returns the RowSet name
 boolean isAutoCreate()
          Returns true if the RowSet should be automatically created when not found.
 boolean isForwardOnly()
          Returns true if the ViewObject is forward only
 
Methods inherited from interface oracle.cabo.data.jbo.def.RowSetIteratorDef
findRowDef, getRangeSize
 

Method Detail

getName

public java.lang.String getName()
Returns the RowSet name
Specified by:
getName in interface RowSetIteratorDef

isForwardOnly

public boolean isForwardOnly()
Returns true if the ViewObject is forward only

isAutoCreate

public boolean isAutoCreate()
Returns true if the RowSet should be automatically created when not found.
Specified by:
isAutoCreate in interface RowSetIteratorDef

findRowSetIteratorDef

public RowSetIteratorDef findRowSetIteratorDef(java.lang.String name)
Returns the RowSetIteratorDef by this name

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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