Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Interface RowDef

All Known Implementing Classes:
RowDefImpl

public interface RowDef

BC4J Row definition.


Method Summary
 oracle.jbo.Key getKey(BindingContext context)
          Returns the Key for the current row
 java.lang.String getName()
          Returns the Row name
 boolean getUsesCurrency()
          Returns true the located Row should be set as the current row, or "currency", of the RowSetIterator
 boolean isAutoCreate()
          Returns true if the Row should be automatically created when not found.
 

Method Detail

getName

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

getKey

public oracle.jbo.Key getKey(BindingContext context)
Returns the Key for the current row

getUsesCurrency

public boolean getUsesCurrency()
Returns true the located Row should be set as the current row, or "currency", of the RowSetIterator

isAutoCreate

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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