Package com.hp.lft.sdk.oracle
Interface TableRow
public interface TableRow
A single row in an Oracle Table.
- 
Method Summary
- 
Method Details- 
getCellsReturns a list ofTableCellobjects in the row.- Returns:
- a list of TableCellobjects in the row.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-