@webref tablerow:method @brief Store a float value in the specified column @param column ID number of the target column @param value value to assign @see TableRow#setInt(int, int) @see TableRow#setString(int, String)
(int column, float value)
| 134 | * @see TableRow#setString(int, String) |
| 135 | */ |
| 136 | public void setFloat(int column, float value); |
| 137 | |
| 138 | /** |
| 139 | * @param columnName title of the target column |
no outgoing calls
no test coverage detected