@webref tablerow:method @brief Get a float value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableRow#getString(int)
(int column)
| 63 | * @see TableRow#getString(int) |
| 64 | */ |
| 65 | public float getFloat(int column); |
| 66 | |
| 67 | /** |
| 68 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected