@webref tablerow:method @brief Get an integer value from the specified column @param column ID number of the column to reference @see TableRow#getFloat(int) @see TableRow#getString(int)
(int column)
| 35 | * @see TableRow#getString(int) |
| 36 | */ |
| 37 | public int getInt(int column); |
| 38 | |
| 39 | /** |
| 40 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected