@webBrief Store a double value in the specified column @param column ID number of the target column @param value value to assign @see TableRow#setFloat(int, float) @see TableRow#setString(int, String)
(int column, double value)
| 173 | * @see TableRow#setString(int, String) |
| 174 | */ |
| 175 | public void setDouble(int column, double value); |
| 176 | |
| 177 | /** |
| 178 | * @param columnName title of the target column |
no outgoing calls
no test coverage detected