@webref tablerow:method @brief Store an integer 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, int value)
| 105 | * @see TableRow#setString(int, String) |
| 106 | */ |
| 107 | public void setInt(int column, int value); |
| 108 | |
| 109 | /** |
| 110 | * @param columnName title of the target column |
no outgoing calls
no test coverage detected