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