Uses of Class
com.chutneytesting.task.sql.core.Cell
-
Packages that use Cell Package Description com.chutneytesting.task.sql.core -
-
Uses of Cell in com.chutneytesting.task.sql.core
Methods in com.chutneytesting.task.sql.core that return Cell Modifier and Type Method Description CellRow. get(int index)CellRow. get(Column column)CellRow. get(String header)Constructor parameters in com.chutneytesting.task.sql.core with type arguments of type Cell Constructor Description Row(List<Cell> values)
-