Class Row
- java.lang.Object
-
- com.chutneytesting.action.sql.core.Row
-
public class Row extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>asMap()booleanequals(Object o)Objectget(int index)Objectget(Column column)Objectget(String header)inthashCode()Stringprint(Map<Column,Integer> maxLength)StringtoString()
-
-
-
Method Detail
-
get
public Object get(int index)
-
-