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.
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