Uses of Class
com.chutneytesting.action.sql.core.Row
-
Packages that use Row Package Description com.chutneytesting.action.sql.core -
-
Uses of Row in com.chutneytesting.action.sql.core
Fields in com.chutneytesting.action.sql.core with type parameters of type Row Modifier and Type Field Description List<Row>Records. recordsMethods in com.chutneytesting.action.sql.core that return Row Modifier and Type Method Description RowRows. get(int index)RowRecords. row(int index)Constructor parameters in com.chutneytesting.action.sql.core with type arguments of type Row Constructor Description Rows(List<Row> rows)
-