oracle.cabo.data.jbo.def
Interface ViewObjectDef
- All Superinterfaces:
- RowSetDef, RowSetIteratorDef
- All Known Implementing Classes:
- ViewObjectDefImpl
- public interface ViewObjectDef
- extends RowSetDef
BC4J ViewObject definition.
Method Summary |
RowSetDef |
findRowSetDef(java.lang.String name)
Returns the RowSetDef by this name |
java.lang.String |
getDefFullName()
Returns the ViewObject full definition name |
java.lang.String |
getName()
Returns the ViewObject name |
boolean |
isAutoCreate()
Returns true if the ViewObject should be automatically created when
not found. |
getName
public java.lang.String getName()
- Returns the ViewObject name
- Specified by:
getName
in interface RowSetDef
getDefFullName
public java.lang.String getDefFullName()
- Returns the ViewObject full definition name
isAutoCreate
public boolean isAutoCreate()
- Returns true if the ViewObject should be automatically created when
not found.
- Specified by:
isAutoCreate
in interface RowSetDef
findRowSetDef
public RowSetDef findRowSetDef(java.lang.String name)
- Returns the RowSetDef by this name