@webref tablerow:method @brief Get an String value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableRow#getFloat(int)
(int column)
| 21 | * @see TableRow#getFloat(int) |
| 22 | */ |
| 23 | public String getString(int column); |
| 24 | |
| 25 | /** |
| 26 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected