@brief Store a long 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, long value)
| 119 | * @see TableRow#setString(int, String) |
| 120 | */ |
| 121 | public void setLong(int column, long value); |
| 122 | |
| 123 | /** |
| 124 | * @param columnName title of the target column |
no outgoing calls
no test coverage detected