@brief 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)
| 148 | * @see TableRow#setString(int, String) |
| 149 | */ |
| 150 | public void setDouble(int column, double value); |
| 151 | |
| 152 | /** |
| 153 | * @param columnName title of the target column |
no outgoing calls
no test coverage detected