Retrieves an integer value from the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Get an integer value from the specified column @param column ID number of the column to reference @see TableRow#getFloat(int) @see
(int column)
| 48 | * @see TableRow#getString(int) |
| 49 | */ |
| 50 | public int getInt(int column); |
| 51 | |
| 52 | /** |
| 53 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected